Html Css Color HEX #AFE472 Feijoa

📋 copy color: '#AFE472'

red 175 ◦ green 228 ◦ blue 114

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

Shades of Feijoa #AFE472

Tints of Feijoa #AFE472

RGB

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

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

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

R = 33.85%
G = 44.1%
B = 22.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#AFE472 (or 0xAFE472) is known color: Feijoa. HEX triplet: AF, E4 and 72. RGB value is (175,228,114). Sum of RGB (Red+Green+Blue) = 175+228+114=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE472 is #501B8D. Grayscale: #C7C7C7. Windows color (decimal): -5249934 or 7529647. OLE color: 7529647.

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

Color convert

RGB 175 228 114 -
CMYK 0.23 0 0.50 0.11
HSL 87.89º 0.68% 0.67% -
HSV(B) 87.89º 0.5% 0.89% -
XYZ 48.46 65.82 26.07 -
YUV 199.16 79.94 110.77 -
System Red Green Blue C M Y K H S L
Decimal 175 228 114 0.23 0 0.50 0.11 87.89 0.68 0.67
Hex AF E4 72 17 0 32 B 58 44 43
Octal 257 344 162 27 0 62 13 130 104 103
Binary 10101111 11100100 1110010 10111 0 110010 1011 1011000 1000100 1000011

Color Harmonies of #AFE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE472

Black with #AFE472

Text Example


Text Example

White with #AFE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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