#AFEF94

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

Shades of Madang #AFEF94

Tints of Madang #AFEF94

Color information

#AFEF94 (or 0xAFEF94) is unknown color: approx Madang. HEX triplet: AF, EF and 94. RGB value is (175,239,148). Sum of RGB (Red+Green+Blue) = 175+239+148=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF94 is #50106B. Grayscale: #D1D1D1. Windows color (decimal): -5247084 or 9760687. OLE color: 9760687.

HSL color Cylindrical-coordinate representation of color #AFEF94: hue angle of 102.2º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFEF94 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB175239148-
CMYK0.2700.380.06
HSL102.2º73.98%75.88%-
HSV(B)102.2º38.08%93.73%-
XYZ53.8972.9939.26-
YUV209.4993.3103.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=31.14%
G=42.53%
B=26.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391480.2700.380.06102.273.9875.88
HexAFEF941B0266664a4c
Octal257357224330466146112114
Binary101011111110111110010100110110100110110110011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF94; }

 p { color: rgb(175,239,148); }

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

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

 a { background-color: rgb(175,239,148); }

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

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

 span { border-color: rgb(175,239,148); }

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