Html Css Color HEX #AFECA0 Madang

📋 copy color: '#AFECA0'

red 175 ◦ green 236 ◦ blue 160

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

Shades of Madang #AFECA0

Tints of Madang #AFECA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.02%

R = 30.65%
G = 41.33%
B = 28.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#AFECA0 (or 0xAFECA0) is known color: Madang. HEX triplet: AF, EC and A0. RGB value is (175,236,160). Sum of RGB (Red+Green+Blue) = 175+236+160=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA0 is #50135F. Grayscale: #D1D1D1. Windows color (decimal): -5247840 or 10546351. OLE color: 10546351.

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

Color convert

RGB 175 236 160 -
CMYK 0.26 0 0.32 0.07
HSL 108.16º 0.67% 0.78% -
HSV(B) 108.16º 0.32% 0.93% -
XYZ 54.02 71.64 44.24 -
YUV 209.1 100.29 103.68 -
System Red Green Blue C M Y K H S L
Decimal 175 236 160 0.26 0 0.32 0.07 108.16 0.67 0.78
Hex AF EC A0 1A 0 20 7 6C 43 4E
Octal 257 354 240 32 0 40 7 154 103 116
Binary 10101111 11101100 10100000 11010 0 100000 111 1101100 1000011 1001110

Color Harmonies of #AFECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECA0

Black with #AFECA0

Text Example


Text Example

White with #AFECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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