Html Css Color HEX #AFEA9F Madang

📋 copy color: '#AFEA9F'

red 175 ◦ green 234 ◦ blue 159

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

Shades of Madang #AFEA9F

Tints of Madang #AFEA9F

RGB

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

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

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

R = 30.81%
G = 41.2%
B = 27.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#AFEA9F (or 0xAFEA9F) is known color: Madang. HEX triplet: AF, EA and 9F. RGB value is (175,234,159). Sum of RGB (Red+Green+Blue) = 175+234+159=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA9F is #501560. Grayscale: #D0D0D0. Windows color (decimal): -5248353 or 10480303. OLE color: 10480303.

HSL color Cylindrical-coordinate representation of color #AFEA9F: hue angle of 107.2º degrees, saturation: 0.64, 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 #AFEA9F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 159 -
CMYK 0.25 0 0.32 0.08
HSL 107.2º 0.64% 0.77% -
HSV(B) 107.2º 0.32% 0.92% -
XYZ 53.36 70.46 43.59 -
YUV 207.81 100.45 104.6 -
System Red Green Blue C M Y K H S L
Decimal 175 234 159 0.25 0 0.32 0.08 107.2 0.64 0.77
Hex AF EA 9F 19 0 20 8 6B 40 4D
Octal 257 352 237 31 0 40 10 153 100 115
Binary 10101111 11101010 10011111 11001 0 100000 1000 1101011 1000000 1001101

Color Harmonies of #AFEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA9F

Black with #AFEA9F

Text Example


Text Example

White with #AFEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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