Html Css Color HEX #AFEBA0 Madang

📋 copy color: '#AFEBA0'

red 175 ◦ green 235 ◦ blue 160

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

Shades of Madang #AFEBA0

Tints of Madang #AFEBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.07%

R = 30.7%
G = 41.23%
B = 28.07%

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

#AFEBA0 (or 0xAFEBA0) is known color: Madang. HEX triplet: AF, EB and A0. RGB value is (175,235,160). Sum of RGB (Red+Green+Blue) = 175+235+160=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA0 is #50145F. Grayscale: #D0D0D0. Windows color (decimal): -5248096 or 10546095. OLE color: 10546095.

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

Color convert

RGB 175 235 160 -
CMYK 0.26 0 0.32 0.08
HSL 108º 0.65% 0.77% -
HSV(B) 108º 0.32% 0.92% -
XYZ 53.73 71.07 44.14 -
YUV 208.51 100.62 104.1 -
System Red Green Blue C M Y K H S L
Decimal 175 235 160 0.26 0 0.32 0.08 108 0.65 0.77
Hex AF EB A0 1A 0 20 8 6C 41 4D
Octal 257 353 240 32 0 40 10 154 101 115
Binary 10101111 11101011 10100000 11010 0 100000 1000 1101100 1000001 1001101

Color Harmonies of #AFEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBA0

Black with #AFEBA0

Text Example


Text Example

White with #AFEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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