Html Css Color HEX #AFEB9D Madang

📋 copy color: '#AFEB9D'

red 175 ◦ green 235 ◦ blue 157

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

Shades of Madang #AFEB9D

Tints of Madang #AFEB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.69%

R = 30.86%
G = 41.45%
B = 27.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#AFEB9D (or 0xAFEB9D) is known color: Madang. HEX triplet: AF, EB and 9D. RGB value is (175,235,157). Sum of RGB (Red+Green+Blue) = 175+235+157=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB9D is #501462. Grayscale: #D0D0D0. Windows color (decimal): -5248099 or 10349487. OLE color: 10349487.

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

Color convert

RGB 175 235 157 -
CMYK 0.26 0 0.33 0.08
HSL 106.15º 0.66% 0.77% -
HSV(B) 106.15º 0.33% 0.92% -
XYZ 53.47 70.96 42.78 -
YUV 208.17 99.12 104.34 -
System Red Green Blue C M Y K H S L
Decimal 175 235 157 0.26 0 0.33 0.08 106.15 0.66 0.77
Hex AF EB 9D 1A 0 21 8 6A 42 4D
Octal 257 353 235 32 0 41 10 152 102 115
Binary 10101111 11101011 10011101 11010 0 100001 1000 1101010 1000010 1001101

Color Harmonies of #AFEB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB9D

Black with #AFEB9D

Text Example


Text Example

White with #AFEB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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