#AFE382

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

Shades of Feijoa #AFE382

Tints of Feijoa #AFE382

Color information

#AFE382 (or 0xAFE382) is unknown color: approx Feijoa. HEX triplet: AF, E3 and 82. RGB value is (175,227,130). Sum of RGB (Red+Green+Blue) = 175+227+130=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE382 is #501C7D. Grayscale: #C8C8C8. Windows color (decimal): -5250174 or 8577967. OLE color: 8577967.

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

Color convert

RGB175227130-
CMYK0.2300.430.11
HSL92.16º63.4%70%-
HSV(B)92.16º42.73%89.02%-
XYZ49.1865.6631.2-
YUV200.3988.27109.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 227 (89.06% from 255) = 42.67%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=32.89%
G=42.67%
B=24.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271300.2300.430.1192.1663.470
HexAFE3821702BB5c3f46
Octal257343202270531313477106
Binary101011111110001110000010101110101011101110111001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE382; }

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

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

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

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

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

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

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

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