#AFFBA5

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

Shades of Madang #AFFBA5

Tints of Madang #AFFBA5

Color information

#AFFBA5 (or 0xAFFBA5) is unknown color: approx Madang. HEX triplet: AF, FB and A5. RGB value is (175,251,165). Sum of RGB (Red+Green+Blue) = 175+251+165=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFBA5 is #50045A. Grayscale: #DADADA. Windows color (decimal): -5243995 or 10877871. OLE color: 10877871.

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

Color convert

RGB175251165-
CMYK0.3000.340.02
HSL113.02º91.49%81.57%-
HSV(B)113.02º34.26%98.43%-
XYZ58.9780.8248.09-
YUV218.4797.8296.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 165 (64.84% from 255) = 27.92%
R=29.61%
G=42.47%
B=27.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511650.3000.340.02113.0291.4981.57
HexAFFBA51E0222715b52
Octal257373245360422161133122
Binary10101111111110111010010111110010001010111000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBA5; }

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

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

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

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

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

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

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

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