Html Css Color HEX #AFE570 Feijoa

📋 copy color: '#AFE570'

red 175 ◦ green 229 ◦ blue 112

#AFE570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AFE570

Tints of Feijoa #AFE570

RGB

 RED value IS 175 (68.75% from 255) = 33.91%

 GREEN value IS 229 (89.84% from 255) = 44.38%

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 33.91%
G = 44.38%
B = 21.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFE570 (or 0xAFE570) is known color: Feijoa. HEX triplet: AF, E5 and 70. RGB value is (175,229,112). Sum of RGB (Red+Green+Blue) = 175+229+112=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE570 is #501A8F. Grayscale: #C7C7C7. Windows color (decimal): -5249680 or 7398831. OLE color: 7398831.

HSL color Cylindrical-coordinate representation of color #AFE570: hue angle of 87.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFE570 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 112 -
CMYK 0.24 0 0.51 0.10
HSL 87.69º 0.69% 0.67% -
HSV(B) 87.69º 0.51% 0.9% -
XYZ 48.62 66.32 25.57 -
YUV 199.52 78.61 110.51 -
System Red Green Blue C M Y K H S L
Decimal 175 229 112 0.24 0 0.51 0.10 87.69 0.69 0.67
Hex AF E5 70 18 0 33 A 58 45 43
Octal 257 345 160 30 0 63 12 130 105 103
Binary 10101111 11100101 1110000 11000 0 110011 1010 1011000 1000101 1000011

Color Harmonies of #AFE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE570

Black with #AFE570

Text Example


Text Example

White with #AFE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE570; }

 p { color: rgb(175,229,112); }

 H1.HeaderClassName
 {
   color: #AFE570;
 }
 .AnyTagClassName
 {
   color: #AFE570;
 }
</style>

background-color css

<style>
 a { background-color: #AFE570; }

 a { background-color: rgb(175,229,112); }

 div.DivClassName
 {
   background-color: #AFE570;
 }
 .BgClassName
 {
   background-color: #AFE570;
 }
</style>

border-color css

<style>
 span { border-color: #AFE570; }

 span { border-color: rgb(175,229,112); }

 td.TdClassName
 {
   border-color: #AFE570;
 }
 .TagClassName
 {
   border-color: #AFE570;
 }
</style>