#AFE182

Color #AFE182 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AFE182

Tints of Feijoa #AFE182

Color information

#AFE182 (or 0xAFE182) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 82. RGB value is (175,225,130). Sum of RGB (Red+Green+Blue) = 175+225+130=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE182 is #501E7D. Grayscale: #C7C7C7. Windows color (decimal): -5250686 or 8577455. OLE color: 8577455.

HSL color Cylindrical-coordinate representation of color #AFE182: hue angle of 91.58º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFE182 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB175225130-
CMYK0.2200.420.12
HSL91.58º61.29%69.61%-
HSV(B)91.58º42.22%88.24%-
XYZ48.6364.5831.02-
YUV199.2288.94110.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=33.02%
G=42.45%
B=24.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251300.2200.420.1291.5861.2969.61
HexAFE1821602AC5c3d46
Octal257341202260521413475106
Binary101011111110000110000010101100101010110010111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE182; }

 p { color: rgb(175,225,130); }

 H1.HeaderClassName
 {
   color: #AFE182;
 }
 .AnyTagClassName
 {
   color: #AFE182;
 }
</style>
background-color css

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

 a { background-color: rgb(175,225,130); }

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

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

 span { border-color: rgb(175,225,130); }

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