#AFE69D

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

Shades of Madang #AFE69D

Tints of Madang #AFE69D

Color information

#AFE69D (or 0xAFE69D) is unknown color: approx Madang. HEX triplet: AF, E6 and 9D. RGB value is (175,230,157). Sum of RGB (Red+Green+Blue) = 175+230+157=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE69D is #501962. Grayscale: #CDCDCD. Windows color (decimal): -5249379 or 10348207. OLE color: 10348207.

HSL color Cylindrical-coordinate representation of color #AFE69D: hue angle of 105.21º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE69D is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB175230157-
CMYK0.2400.320.10
HSL105.21º59.35%75.88%-
HSV(B)105.21º31.74%90.2%-
XYZ52.0668.1442.31-
YUV205.23100.78106.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 230 (90.23% from 255) = 40.93%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=31.14%
G=40.93%
B=27.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301570.2400.320.10105.2159.3575.88
HexAFE69D18020A693b4c
Octal257346235300401215173114
Binary101011111110011010011101110000100000101011010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE69D; }

 p { color: rgb(175,230,157); }

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

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

 a { background-color: rgb(175,230,157); }

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

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

 span { border-color: rgb(175,230,157); }

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