#AFEEA7

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

Shades of Madang #AFEEA7

Tints of Madang #AFEEA7

Color information

#AFEEA7 (or 0xAFEEA7) is unknown color: approx Madang. HEX triplet: AF, EE and A7. RGB value is (175,238,167). Sum of RGB (Red+Green+Blue) = 175+238+167=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEA7 is #501158. Grayscale: #D3D3D3. Windows color (decimal): -5247321 or 11005615. OLE color: 11005615.

HSL color Cylindrical-coordinate representation of color #AFEEA7: hue angle of 113.24º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEEA7 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB175238167-
CMYK0.2600.300.07
HSL113.24º67.62%79.41%-
HSV(B)113.24º29.83%93.33%-
XYZ55.2373.0547.75-
YUV211.07103.13102.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 238 (93.36% from 255) = 41.03%
BLUE value IS 167 (65.62% from 255) = 28.79%
R=30.17%
G=41.03%
B=28.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381670.2600.300.07113.2467.6279.41
HexAFEEA71A01E771444f
Octal257356247320367161104117
Binary10101111111011101010011111010011110111111000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEA7; }

 p { color: rgb(175,238,167); }

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

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

 a { background-color: rgb(175,238,167); }

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

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

 span { border-color: rgb(175,238,167); }

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