Html Css Color HEX #AFECA4 Madang

📋 copy color: '#AFECA4'

red 175 ◦ green 236 ◦ blue 164

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

Shades of Madang #AFECA4

Tints of Madang #AFECA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.52%

R = 30.43%
G = 41.04%
B = 28.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#AFECA4 (or 0xAFECA4) is known color: Madang. HEX triplet: AF, EC and A4. RGB value is (175,236,164). Sum of RGB (Red+Green+Blue) = 175+236+164=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA4 is #50135B. Grayscale: #D1D1D1. Windows color (decimal): -5247836 or 10808495. OLE color: 10808495.

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

Color convert

RGB 175 236 164 -
CMYK 0.26 0 0.31 0.07
HSL 110.83º 0.65% 0.78% -
HSV(B) 110.83º 0.31% 0.93% -
XYZ 54.38 71.79 46.11 -
YUV 209.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 175 236 164 0.26 0 0.31 0.07 110.83 0.65 0.78
Hex AF EC A4 1A 0 1F 7 6F 41 4E
Octal 257 354 244 32 0 37 7 157 101 116
Binary 10101111 11101100 10100100 11010 0 11111 111 1101111 1000001 1001110

Color Harmonies of #AFECA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECA4

Black with #AFECA4

Text Example


Text Example

White with #AFECA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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