Html Css Color HEX #AFDEA5 Madang

📋 copy color: '#AFDEA5'

red 175 ◦ green 222 ◦ blue 165

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

Shades of Madang #AFDEA5

Tints of Madang #AFDEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.36%

R = 31.14%
G = 39.5%
B = 29.36%

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

#AFDEA5 (or 0xAFDEA5) is known color: Madang. HEX triplet: AF, DE and A5. RGB value is (175,222,165). Sum of RGB (Red+Green+Blue) = 175+222+165=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEA5 is #50215A. Grayscale: #C9C9C9. Windows color (decimal): -5251419 or 10870447. OLE color: 10870447.

HSL color Cylindrical-coordinate representation of color #AFDEA5: hue angle of 109.47º degrees, saturation: 0.46, 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 #AFDEA5 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 165 -
CMYK 0.21 0 0.26 0.13
HSL 109.47º 0.46% 0.76% -
HSV(B) 109.47º 0.26% 0.87% -
XYZ 50.59 64.07 45.3 -
YUV 201.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 175 222 165 0.21 0 0.26 0.13 109.47 0.46 0.76
Hex AF DE A5 15 0 1A D 6D 2E 4C
Octal 257 336 245 25 0 32 15 155 56 114
Binary 10101111 11011110 10100101 10101 0 11010 1101 1101101 101110 1001100

Color Harmonies of #AFDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEA5

Black with #AFDEA5

Text Example


Text Example

White with #AFDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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