Html Css Color HEX #AFEEA0 Madang

📋 copy color: '#AFEEA0'

red 175 ◦ green 238 ◦ blue 160

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

Shades of Madang #AFEEA0

Tints of Madang #AFEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.54%

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

R = 30.54%
G = 41.54%
B = 27.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#AFEEA0 (or 0xAFEEA0) is known color: Madang. HEX triplet: AF, EE and A0. RGB value is (175,238,160). Sum of RGB (Red+Green+Blue) = 175+238+160=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEA0 is #50115F. Grayscale: #D2D2D2. Windows color (decimal): -5247328 or 10546863. OLE color: 10546863.

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

Color convert

RGB 175 238 160 -
CMYK 0.26 0 0.33 0.07
HSL 108.46º 0.7% 0.78% -
HSV(B) 108.46º 0.33% 0.93% -
XYZ 54.6 72.8 44.43 -
YUV 210.27 99.63 102.84 -
System Red Green Blue C M Y K H S L
Decimal 175 238 160 0.26 0 0.33 0.07 108.46 0.7 0.78
Hex AF EE A0 1A 0 21 7 6C 46 4E
Octal 257 356 240 32 0 41 7 154 106 116
Binary 10101111 11101110 10100000 11010 0 100001 111 1101100 1000110 1001110

Color Harmonies of #AFEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEA0

Black with #AFEEA0

Text Example


Text Example

White with #AFEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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