Html Css Color HEX #AFE476 Feijoa

📋 copy color: '#AFE476'

red 175 ◦ green 228 ◦ blue 118

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

Shades of Feijoa #AFE476

Tints of Feijoa #AFE476

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.76%

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

R = 33.59%
G = 43.76%
B = 22.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#AFE476 (or 0xAFE476) is known color: Feijoa. HEX triplet: AF, E4 and 76. RGB value is (175,228,118). Sum of RGB (Red+Green+Blue) = 175+228+118=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE476 is #501B89. Grayscale: #C7C7C7. Windows color (decimal): -5249930 or 7791791. OLE color: 7791791.

HSL color Cylindrical-coordinate representation of color #AFE476: hue angle of 88.91º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFE476 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 118 -
CMYK 0.23 0 0.48 0.11
HSL 88.91º 0.67% 0.68% -
HSV(B) 88.91º 0.48% 0.89% -
XYZ 48.69 65.91 27.29 -
YUV 199.61 81.94 110.44 -
System Red Green Blue C M Y K H S L
Decimal 175 228 118 0.23 0 0.48 0.11 88.91 0.67 0.68
Hex AF E4 76 17 0 30 B 59 43 44
Octal 257 344 166 27 0 60 13 131 103 104
Binary 10101111 11100100 1110110 10111 0 110000 1011 1011001 1000011 1000100

Color Harmonies of #AFE476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE476

Black with #AFE476

Text Example


Text Example

White with #AFE476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE476; }

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

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

background-color css

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

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

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

border-color css

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

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

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