Html Css Color HEX #AFEB9C Madang

📋 copy color: '#AFEB9C'

red 175 ◦ green 235 ◦ blue 156

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

Shades of Madang #AFEB9C

Tints of Madang #AFEB9C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.52%

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

R = 30.92%
G = 41.52%
B = 27.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#AFEB9C (or 0xAFEB9C) is known color: Madang. HEX triplet: AF, EB and 9C. RGB value is (175,235,156). Sum of RGB (Red+Green+Blue) = 175+235+156=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB9C is #501463. Grayscale: #D0D0D0. Windows color (decimal): -5248100 or 10283951. OLE color: 10283951.

HSL color Cylindrical-coordinate representation of color #AFEB9C: hue angle of 105.57º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFEB9C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 156 -
CMYK 0.26 0 0.34 0.08
HSL 105.57º 0.66% 0.77% -
HSV(B) 105.57º 0.34% 0.92% -
XYZ 53.39 70.93 42.33 -
YUV 208.05 98.62 104.42 -
System Red Green Blue C M Y K H S L
Decimal 175 235 156 0.26 0 0.34 0.08 105.57 0.66 0.77
Hex AF EB 9C 1A 0 22 8 6A 42 4D
Octal 257 353 234 32 0 42 10 152 102 115
Binary 10101111 11101011 10011100 11010 0 100010 1000 1101010 1000010 1001101

Color Harmonies of #AFEB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB9C

Black with #AFEB9C

Text Example


Text Example

White with #AFEB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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