Html Css Color HEX #AFEB9F Madang

📋 copy color: '#AFEB9F'

red 175 ◦ green 235 ◦ blue 159

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

Shades of Madang #AFEB9F

Tints of Madang #AFEB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.94%

R = 30.76%
G = 41.3%
B = 27.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#AFEB9F (or 0xAFEB9F) is known color: Madang. HEX triplet: AF, EB and 9F. RGB value is (175,235,159). Sum of RGB (Red+Green+Blue) = 175+235+159=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB9F is #501460. Grayscale: #D0D0D0. Windows color (decimal): -5248097 or 10480559. OLE color: 10480559.

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

Color convert

RGB 175 235 159 -
CMYK 0.26 0 0.32 0.08
HSL 107.37º 0.66% 0.77% -
HSV(B) 107.37º 0.32% 0.92% -
XYZ 53.65 71.03 43.68 -
YUV 208.4 100.12 104.18 -
System Red Green Blue C M Y K H S L
Decimal 175 235 159 0.26 0 0.32 0.08 107.37 0.66 0.77
Hex AF EB 9F 1A 0 20 8 6B 42 4D
Octal 257 353 237 32 0 40 10 153 102 115
Binary 10101111 11101011 10011111 11010 0 100000 1000 1101011 1000010 1001101

Color Harmonies of #AFEB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB9F

Black with #AFEB9F

Text Example


Text Example

White with #AFEB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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