#AFF995

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

Shades of Madang #AFF995

Tints of Madang #AFF995

Color information

#AFF995 (or 0xAFF995) is unknown color: approx Madang. HEX triplet: AF, F9 and 95. RGB value is (175,249,149). Sum of RGB (Red+Green+Blue) = 175+249+149=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF995 is #50066A. Grayscale: #D7D7D7. Windows color (decimal): -5244523 or 9828783. OLE color: 9828783.

HSL color Cylindrical-coordinate representation of color #AFF995: hue angle of 104.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFF995 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB175249149-
CMYK0.3000.400.02
HSL104.4º89.29%78.04%-
HSV(B)104.4º40.16%97.65%-
XYZ56.9879.0440.69-
YUV215.4790.4899.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=30.54%
G=43.46%
B=26.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491490.3000.400.02104.489.2978.04
HexAFF9951E028268594e
Octal257371225360502150131116
Binary10101111111110011001010111110010100010110100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF995; }

 p { color: rgb(175,249,149); }

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

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

 a { background-color: rgb(175,249,149); }

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

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

 span { border-color: rgb(175,249,149); }

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