#AFEA92

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

Shades of Madang #AFEA92

Tints of Madang #AFEA92

Color information

#AFEA92 (or 0xAFEA92) is unknown color: approx Madang. HEX triplet: AF, EA and 92. RGB value is (175,234,146). Sum of RGB (Red+Green+Blue) = 175+234+146=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA92 is #50156D. Grayscale: #CECECE. Windows color (decimal): -5248366 or 9628335. OLE color: 9628335.

HSL color Cylindrical-coordinate representation of color #AFEA92: hue angle of 100.23º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFEA92 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB175234146-
CMYK0.2500.380.08
HSL100.23º67.69%74.51%-
HSV(B)100.23º37.61%91.76%-
XYZ52.2970.0337.96-
YUV206.3393.95105.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 146 (57.42% from 255) = 26.31%
R=31.53%
G=42.16%
B=26.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341460.2500.380.08100.2367.6974.51
HexAFEA9219026864444b
Octal2573522223104610144104113
Binary1010111111101010100100101100101001101000110010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA92; }

 p { color: rgb(175,234,146); }

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

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

 a { background-color: rgb(175,234,146); }

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

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

 span { border-color: rgb(175,234,146); }

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