#AFE282

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

Shades of Feijoa #AFE282

Tints of Feijoa #AFE282

Color information

#AFE282 (or 0xAFE282) is unknown color: approx Feijoa. HEX triplet: AF, E2 and 82. RGB value is (175,226,130). Sum of RGB (Red+Green+Blue) = 175+226+130=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE282 is #501D7D. Grayscale: #C8C8C8. Windows color (decimal): -5250430 or 8577711. OLE color: 8577711.

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

Color convert

RGB175226130-
CMYK0.2300.420.11
HSL91.88º62.34%69.8%-
HSV(B)91.88º42.48%88.63%-
XYZ48.965.1231.11-
YUV199.8188.6110.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=32.96%
G=42.56%
B=24.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752261300.2300.420.1191.8862.3469.8
HexAFE2821702AB5c3e46
Octal257342202270521313476106
Binary101011111110001010000010101110101010101110111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE282; }

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

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

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

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

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

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

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

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