#AFFA95

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

Shades of Madang #AFFA95

Tints of Madang #AFFA95

Color information

#AFFA95 (or 0xAFFA95) is unknown color: approx Madang. HEX triplet: AF, FA and 95. RGB value is (175,250,149). Sum of RGB (Red+Green+Blue) = 175+250+149=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA95 is #50056A. Grayscale: #D8D8D8. Windows color (decimal): -5244267 or 9829039. OLE color: 9829039.

HSL color Cylindrical-coordinate representation of color #AFFA95: hue angle of 104.55º degrees, saturation: 0.91, 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 #AFFA95 is Cyan = 0.3, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB175250149-
CMYK0.300.400.02
HSL104.55º90.99%78.24%-
HSV(B)104.55º40.4%98.04%-
XYZ57.2979.6640.79-
YUV216.0690.1598.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=30.49%
G=43.55%
B=25.96%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501490.300.400.02104.5590.9978.24
HexAFFA951E0282695b4e
Octal257372225360502151133116
Binary10101111111110101001010111110010100010110100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA95; }

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

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

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

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

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

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

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

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