Html Css Color HEX #AFE69C Madang

📋 copy color: '#AFE69C'

red 175 ◦ green 230 ◦ blue 156

#AFE69C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #AFE69C

Tints of Madang #AFE69C

RGB

 RED value IS 175 (68.75% from 255) = 31.19%

 GREEN value IS 230 (90.23% from 255) = 41%

 BLUE value IS 156 (61.33% from 255) = 27.81%

R = 31.19%
G = 41%
B = 27.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#AFE69C (or 0xAFE69C) is known color: Madang. HEX triplet: AF, E6 and 9C. RGB value is (175,230,156). Sum of RGB (Red+Green+Blue) = 175+230+156=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE69C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE69C is #501963. Grayscale: #CDCDCD. Windows color (decimal): -5249380 or 10282671. OLE color: 10282671.

HSL color Cylindrical-coordinate representation of color #AFE69C: hue angle of 104.59º degrees, saturation: 0.6, 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 #AFE69C is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 156 -
CMYK 0.24 0 0.32 0.10
HSL 104.59º 0.6% 0.76% -
HSV(B) 104.59º 0.32% 0.9% -
XYZ 51.98 68.11 41.86 -
YUV 205.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 175 230 156 0.24 0 0.32 0.10 104.59 0.6 0.76
Hex AF E6 9C 18 0 20 A 69 3C 4C
Octal 257 346 234 30 0 40 12 151 74 114
Binary 10101111 11100110 10011100 11000 0 100000 1010 1101001 111100 1001100

Color Harmonies of #AFE69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE69C

Black with #AFE69C

Text Example


Text Example

White with #AFE69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE69C; }

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

 H1.HeaderClassName
 {
   color: #AFE69C;
 }
 .AnyTagClassName
 {
   color: #AFE69C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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