Html Css Color HEX #AFC497 Sprout

📋 copy color: '#AFC497'

red 175 ◦ green 196 ◦ blue 151

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

Shades of Sprout #AFC497

Tints of Sprout #AFC497

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.55%

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

R = 33.52%
G = 37.55%
B = 28.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#AFC497 (or 0xAFC497) is known color: Sprout. HEX triplet: AF, C4 and 97. RGB value is (175,196,151). Sum of RGB (Red+Green+Blue) = 175+196+151=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC497 is #503B68. Grayscale: #B8B8B8. Windows color (decimal): -5258089 or 9946287. OLE color: 9946287.

HSL color Cylindrical-coordinate representation of color #AFC497: hue angle of 88º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC497 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 151 -
CMYK 0.11 0 0.23 0.23
HSL 88º 0.28% 0.68% -
HSV(B) 88º 0.23% 0.77% -
XYZ 43.01 50.83 36.82 -
YUV 184.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 175 196 151 0.11 0 0.23 0.23 88 0.28 0.68
Hex AF C4 97 B 0 17 17 58 1C 44
Octal 257 304 227 13 0 27 27 130 34 104
Binary 10101111 11000100 10010111 1011 0 10111 10111 1011000 11100 1000100

Color Harmonies of #AFC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC497

Black with #AFC497

Text Example


Text Example

White with #AFC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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