#AFFBA2

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

Shades of Madang #AFFBA2

Tints of Madang #AFFBA2

Color information

#AFFBA2 (or 0xAFFBA2) is unknown color: approx Madang. HEX triplet: AF, FB and A2. RGB value is (175,251,162). Sum of RGB (Red+Green+Blue) = 175+251+162=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFBA2 is #50045D. Grayscale: #DADADA. Windows color (decimal): -5243998 or 10681263. OLE color: 10681263.

HSL color Cylindrical-coordinate representation of color #AFFBA2: hue angle of 111.24º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFFBA2 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB175251162-
CMYK0.3000.350.02
HSL111.24º91.75%80.98%-
HSV(B)111.24º35.46%98.43%-
XYZ58.780.7246.67-
YUV218.1396.3297.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=29.76%
G=42.69%
B=27.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511620.3000.350.02111.2491.7580.98
HexAFFBA21E02326f5c51
Octal257373242360432157134121
Binary10101111111110111010001011110010001110110111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBA2; }

 p { color: rgb(175,251,162); }

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

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

 a { background-color: rgb(175,251,162); }

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

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

 span { border-color: rgb(175,251,162); }

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