Html Css Color HEX #AFDEA4 Madang

📋 copy color: '#AFDEA4'

red 175 ◦ green 222 ◦ blue 164

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

Shades of Madang #AFDEA4

Tints of Madang #AFDEA4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.57%

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

R = 31.19%
G = 39.57%
B = 29.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#AFDEA4 (or 0xAFDEA4) is known color: Madang. HEX triplet: AF, DE and A4. RGB value is (175,222,164). Sum of RGB (Red+Green+Blue) = 175+222+164=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEA4 is #50215B. Grayscale: #C9C9C9. Windows color (decimal): -5251420 or 10804911. OLE color: 10804911.

HSL color Cylindrical-coordinate representation of color #AFDEA4: hue angle of 108.62º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDEA4 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 164 -
CMYK 0.21 0 0.26 0.13
HSL 108.62º 0.47% 0.76% -
HSV(B) 108.62º 0.26% 0.87% -
XYZ 50.5 64.04 44.82 -
YUV 201.34 106.93 109.22 -
System Red Green Blue C M Y K H S L
Decimal 175 222 164 0.21 0 0.26 0.13 108.62 0.47 0.76
Hex AF DE A4 15 0 1A D 6D 2F 4C
Octal 257 336 244 25 0 32 15 155 57 114
Binary 10101111 11011110 10100100 10101 0 11010 1101 1101101 101111 1001100

Color Harmonies of #AFDEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEA4

Black with #AFDEA4

Text Example


Text Example

White with #AFDEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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