#AFEB9A

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

Shades of Madang #AFEB9A

Tints of Madang #AFEB9A

Color information

#AFEB9A (or 0xAFEB9A) is unknown color: approx Madang. HEX triplet: AF, EB and 9A. RGB value is (175,235,154). Sum of RGB (Red+Green+Blue) = 175+235+154=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB9A is #501465. Grayscale: #D0D0D0. Windows color (decimal): -5248102 or 10152879. OLE color: 10152879.

HSL color Cylindrical-coordinate representation of color #AFEB9A: hue angle of 104.44º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFEB9A is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB175235154-
CMYK0.2600.340.08
HSL104.44º66.94%76.27%-
HSV(B)104.44º34.47%92.16%-
XYZ53.2270.8641.44-
YUV207.8397.62104.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 235 (92.19% from 255) = 41.67%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=31.03%
G=41.67%
B=27.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351540.2600.340.08104.4466.9476.27
HexAFEB9A1A022868434c
Octal2573532323204210150103114
Binary1010111111101011100110101101001000101000110100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB9A; }

 p { color: rgb(175,235,154); }

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

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

 a { background-color: rgb(175,235,154); }

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

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

 span { border-color: rgb(175,235,154); }

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