#AFF882

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

Shades of Feijoa #AFF882

Tints of Feijoa #AFF882

Color information

#AFF882 (or 0xAFF882) is unknown color: approx Feijoa. HEX triplet: AF, F8 and 82. RGB value is (175,248,130). Sum of RGB (Red+Green+Blue) = 175+248+130=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF882 is #50077D. Grayscale: #D5D5D5. Windows color (decimal): -5244798 or 8583343. OLE color: 8583343.

HSL color Cylindrical-coordinate representation of color #AFF882: hue angle of 97.12º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFF882 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB175248130-
CMYK0.2900.480.03
HSL97.12º89.39%74.12%-
HSV(B)97.12º47.58%97.25%-
XYZ55.2877.8633.23-
YUV212.7281.32101.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 248 (97.27% from 255) = 44.85%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=31.65%
G=44.85%
B=23.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481300.2900.480.0397.1289.3974.12
HexAFF8821D030361594a
Octal257370202350603141131112
Binary10101111111110001000001011101011000011110000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF882; }

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

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

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

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

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

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

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

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