Html Css Color HEX #AFEA9C Madang

📋 copy color: '#AFEA9C'

red 175 ◦ green 234 ◦ blue 156

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

Shades of Madang #AFEA9C

Tints of Madang #AFEA9C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 30.97%
G = 41.42%
B = 27.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#AFEA9C (or 0xAFEA9C) is known color: Madang. HEX triplet: AF, EA and 9C. RGB value is (175,234,156). Sum of RGB (Red+Green+Blue) = 175+234+156=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA9C is #501563. Grayscale: #CFCFCF. Windows color (decimal): -5248356 or 10283695. OLE color: 10283695.

HSL color Cylindrical-coordinate representation of color #AFEA9C: hue angle of 105.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFEA9C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 156 -
CMYK 0.25 0 0.33 0.08
HSL 105.38º 0.65% 0.76% -
HSV(B) 105.38º 0.33% 0.92% -
XYZ 53.1 70.36 42.23 -
YUV 207.47 98.95 104.84 -
System Red Green Blue C M Y K H S L
Decimal 175 234 156 0.25 0 0.33 0.08 105.38 0.65 0.76
Hex AF EA 9C 19 0 21 8 69 41 4C
Octal 257 352 234 31 0 41 10 151 101 114
Binary 10101111 11101010 10011100 11001 0 100001 1000 1101001 1000001 1001100

Color Harmonies of #AFEA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA9C

Black with #AFEA9C

Text Example


Text Example

White with #AFEA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA9C; }

 p { color: rgb(175,234,156); }

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

background-color css

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

 a { background-color: rgb(175,234,156); }

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

border-color css

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

 span { border-color: rgb(175,234,156); }

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