Html Css Color HEX #AFE697 Madang

📋 copy color: '#AFE697'

red 175 ◦ green 230 ◦ blue 151

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

Shades of Madang #AFE697

Tints of Madang #AFE697

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.37%

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

R = 31.47%
G = 41.37%
B = 27.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#AFE697 (or 0xAFE697) is known color: Madang. HEX triplet: AF, E6 and 97. RGB value is (175,230,151). Sum of RGB (Red+Green+Blue) = 175+230+151=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE697 is #501968. Grayscale: #CCCCCC. Windows color (decimal): -5249385 or 9954991. OLE color: 9954991.

HSL color Cylindrical-coordinate representation of color #AFE697: hue angle of 101.77º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFE697 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 151 -
CMYK 0.24 0 0.34 0.10
HSL 101.77º 0.61% 0.75% -
HSV(B) 101.77º 0.34% 0.9% -
XYZ 51.56 67.94 39.67 -
YUV 204.55 97.78 106.92 -
System Red Green Blue C M Y K H S L
Decimal 175 230 151 0.24 0 0.34 0.10 101.77 0.61 0.75
Hex AF E6 97 18 0 22 A 66 3D 4B
Octal 257 346 227 30 0 42 12 146 75 113
Binary 10101111 11100110 10010111 11000 0 100010 1010 1100110 111101 1001011

Color Harmonies of #AFE697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE697

Black with #AFE697

Text Example


Text Example

White with #AFE697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE697; }

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

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

background-color css

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

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

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

border-color css

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

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

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