#AFF990

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

Shades of Madang #AFF990

Tints of Madang #AFF990

Color information

#AFF990 (or 0xAFF990) is unknown color: approx Madang. HEX triplet: AF, F9 and 90. RGB value is (175,249,144). Sum of RGB (Red+Green+Blue) = 175+249+144=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF990 is #50066F. Grayscale: #D7D7D7. Windows color (decimal): -5244528 or 9501103. OLE color: 9501103.

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

Color convert

RGB175249144-
CMYK0.3000.420.02
HSL102.29º89.74%77.06%-
HSV(B)102.29º42.17%97.65%-
XYZ56.5978.8838.63-
YUV214.987.9899.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=30.81%
G=43.84%
B=25.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491440.3000.420.02102.2989.7477.06
HexAFF9901E02A2665a4d
Octal257371220360522146132115
Binary10101111111110011001000011110010101010110011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF990; }

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

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

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

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

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

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

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

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