Html Css Color HEX #AFEC9C Madang

📋 copy color: '#AFEC9C'

red 175 ◦ green 236 ◦ blue 156

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

Shades of Madang #AFEC9C

Tints of Madang #AFEC9C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

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

R = 30.86%
G = 41.62%
B = 27.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#AFEC9C (or 0xAFEC9C) is known color: Madang. HEX triplet: AF, EC and 9C. RGB value is (175,236,156). Sum of RGB (Red+Green+Blue) = 175+236+156=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC9C is #501363. Grayscale: #D0D0D0. Windows color (decimal): -5247844 or 10284207. OLE color: 10284207.

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

Color convert

RGB 175 236 156 -
CMYK 0.26 0 0.34 0.07
HSL 105.75º 0.68% 0.77% -
HSV(B) 105.75º 0.34% 0.93% -
XYZ 53.68 71.51 42.43 -
YUV 208.64 98.29 104 -
System Red Green Blue C M Y K H S L
Decimal 175 236 156 0.26 0 0.34 0.07 105.75 0.68 0.77
Hex AF EC 9C 1A 0 22 7 6A 44 4D
Octal 257 354 234 32 0 42 7 152 104 115
Binary 10101111 11101100 10011100 11010 0 100010 111 1101010 1000100 1001101

Color Harmonies of #AFEC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC9C

Black with #AFEC9C

Text Example


Text Example

White with #AFEC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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