Html Css Color HEX #AFE470 Feijoa

📋 copy color: '#AFE470'

red 175 ◦ green 228 ◦ blue 112

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

Shades of Feijoa #AFE470

Tints of Feijoa #AFE470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 33.98%
G = 44.27%
B = 21.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#AFE470 (or 0xAFE470) is known color: Feijoa. HEX triplet: AF, E4 and 70. RGB value is (175,228,112). Sum of RGB (Red+Green+Blue) = 175+228+112=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE470 is #501B8F. Grayscale: #C7C7C7. Windows color (decimal): -5249936 or 7398575. OLE color: 7398575.

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

Color convert

RGB 175 228 112 -
CMYK 0.23 0 0.51 0.11
HSL 87.41º 0.68% 0.67% -
HSV(B) 87.41º 0.51% 0.89% -
XYZ 48.35 65.77 25.48 -
YUV 198.93 78.94 110.93 -
System Red Green Blue C M Y K H S L
Decimal 175 228 112 0.23 0 0.51 0.11 87.41 0.68 0.67
Hex AF E4 70 17 0 33 B 57 44 43
Octal 257 344 160 27 0 63 13 127 104 103
Binary 10101111 11100100 1110000 10111 0 110011 1011 1010111 1000100 1000011

Color Harmonies of #AFE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE470

Black with #AFE470

Text Example


Text Example

White with #AFE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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