Html Css Color HEX #AFE578 Feijoa

📋 copy color: '#AFE578'

red 175 ◦ green 229 ◦ blue 120

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

Shades of Feijoa #AFE578

Tints of Feijoa #AFE578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.9%

R = 33.4%
G = 43.7%
B = 22.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#AFE578 (or 0xAFE578) is known color: Feijoa. HEX triplet: AF, E5 and 78. RGB value is (175,229,120). Sum of RGB (Red+Green+Blue) = 175+229+120=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE578 is #501A87. Grayscale: #C8C8C8. Windows color (decimal): -5249672 or 7923119. OLE color: 7923119.

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

Color convert

RGB 175 229 120 -
CMYK 0.24 0 0.48 0.10
HSL 89.72º 0.68% 0.68% -
HSV(B) 89.72º 0.48% 0.9% -
XYZ 49.09 66.51 28.02 -
YUV 200.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 175 229 120 0.24 0 0.48 0.10 89.72 0.68 0.68
Hex AF E5 78 18 0 30 A 5A 44 44
Octal 257 345 170 30 0 60 12 132 104 104
Binary 10101111 11100101 1111000 11000 0 110000 1010 1011010 1000100 1000100

Color Harmonies of #AFE578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE578

Black with #AFE578

Text Example


Text Example

White with #AFE578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE578; }

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

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

background-color css

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

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

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

border-color css

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

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

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