Html Css Color HEX #AFE576 Feijoa

📋 copy color: '#AFE576'

red 175 ◦ green 229 ◦ blue 118

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

Shades of Feijoa #AFE576

Tints of Feijoa #AFE576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.61%

R = 33.52%
G = 43.87%
B = 22.61%

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

#AFE576 (or 0xAFE576) is known color: Feijoa. HEX triplet: AF, E5 and 76. RGB value is (175,229,118). Sum of RGB (Red+Green+Blue) = 175+229+118=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE576 is #501A89. Grayscale: #C8C8C8. Windows color (decimal): -5249674 or 7792047. OLE color: 7792047.

HSL color Cylindrical-coordinate representation of color #AFE576: hue angle of 89.19º 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 #AFE576 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 118 -
CMYK 0.24 0 0.48 0.10
HSL 89.19º 0.68% 0.68% -
HSV(B) 89.19º 0.48% 0.9% -
XYZ 48.97 66.46 27.39 -
YUV 200.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 175 229 118 0.24 0 0.48 0.10 89.19 0.68 0.68
Hex AF E5 76 18 0 30 A 59 44 44
Octal 257 345 166 30 0 60 12 131 104 104
Binary 10101111 11100101 1110110 11000 0 110000 1010 1011001 1000100 1000100

Color Harmonies of #AFE576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE576

Black with #AFE576

Text Example


Text Example

White with #AFE576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE576; }

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

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

background-color css

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

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

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

border-color css

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

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

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