Html Css Color HEX #AFE097 Madang

📋 copy color: '#AFE097'

red 175 ◦ green 224 ◦ blue 151

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

Shades of Madang #AFE097

Tints of Madang #AFE097

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

 BLUE value IS 151 (59.38% from 255) = 27.45%

R = 31.82%
G = 40.73%
B = 27.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#AFE097 (or 0xAFE097) is known color: Madang. HEX triplet: AF, E0 and 97. RGB value is (175,224,151). Sum of RGB (Red+Green+Blue) = 175+224+151=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE097 is #501F68. Grayscale: #C9C9C9. Windows color (decimal): -5250921 or 9953455. OLE color: 9953455.

HSL color Cylindrical-coordinate representation of color #AFE097: hue angle of 100.27º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFE097 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 151 -
CMYK 0.22 0 0.33 0.12
HSL 100.27º 0.54% 0.74% -
HSV(B) 100.27º 0.33% 0.88% -
XYZ 49.92 64.66 39.13 -
YUV 201.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 175 224 151 0.22 0 0.33 0.12 100.27 0.54 0.74
Hex AF E0 97 16 0 21 C 64 36 4A
Octal 257 340 227 26 0 41 14 144 66 112
Binary 10101111 11100000 10010111 10110 0 100001 1100 1100100 110110 1001010

Color Harmonies of #AFE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE097

Black with #AFE097

Text Example


Text Example

White with #AFE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE097; }

 p { color: rgb(175,224,151); }

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

background-color css

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

 a { background-color: rgb(175,224,151); }

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

border-color css

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

 span { border-color: rgb(175,224,151); }

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