Html Css Color HEX #AFE772 Feijoa

📋 copy color: '#AFE772'

red 175 ◦ green 231 ◦ blue 114

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

Shades of Feijoa #AFE772

Tints of Feijoa #AFE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.42%

 BLUE value IS 114 (44.92% from 255) = 21.92%

R = 33.65%
G = 44.42%
B = 21.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#AFE772 (or 0xAFE772) is known color: Feijoa. HEX triplet: AF, E7 and 72. RGB value is (175,231,114). Sum of RGB (Red+Green+Blue) = 175+231+114=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE772 is #50188D. Grayscale: #C9C9C9. Windows color (decimal): -5249166 or 7530415. OLE color: 7530415.

HSL color Cylindrical-coordinate representation of color #AFE772: hue angle of 88.72º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFE772 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 114 -
CMYK 0.24 0 0.51 0.09
HSL 88.72º 0.71% 0.68% -
HSV(B) 88.72º 0.51% 0.91% -
XYZ 49.29 67.48 26.35 -
YUV 200.92 78.95 109.51 -
System Red Green Blue C M Y K H S L
Decimal 175 231 114 0.24 0 0.51 0.09 88.72 0.71 0.68
Hex AF E7 72 18 0 33 9 59 47 44
Octal 257 347 162 30 0 63 11 131 107 104
Binary 10101111 11100111 1110010 11000 0 110011 1001 1011001 1000111 1000100

Color Harmonies of #AFE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE772

Black with #AFE772

Text Example


Text Example

White with #AFE772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE772; }

 p { color: rgb(175,231,114); }

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

background-color css

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

 a { background-color: rgb(175,231,114); }

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

border-color css

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

 span { border-color: rgb(175,231,114); }

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