Html Css Color HEX #AFC496 Sprout

📋 copy color: '#AFC496'

red 175 ◦ green 196 ◦ blue 150

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

Shades of Sprout #AFC496

Tints of Sprout #AFC496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 33.59%
G = 37.62%
B = 28.79%

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

#AFC496 (or 0xAFC496) is known color: Sprout. HEX triplet: AF, C4 and 96. RGB value is (175,196,150). Sum of RGB (Red+Green+Blue) = 175+196+150=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC496 is #503B69. Grayscale: #B8B8B8. Windows color (decimal): -5258090 or 9880751. OLE color: 9880751.

HSL color Cylindrical-coordinate representation of color #AFC496: hue angle of 87.39º 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 #AFC496 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 150 -
CMYK 0.11 0 0.23 0.23
HSL 87.39º 0.28% 0.68% -
HSV(B) 87.39º 0.23% 0.77% -
XYZ 42.92 50.8 36.4 -
YUV 184.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 175 196 150 0.11 0 0.23 0.23 87.39 0.28 0.68
Hex AF C4 96 B 0 17 17 57 1C 44
Octal 257 304 226 13 0 27 27 127 34 104
Binary 10101111 11000100 10010110 1011 0 10111 10111 1010111 11100 1000100

Color Harmonies of #AFC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC496

Black with #AFC496

Text Example


Text Example

White with #AFC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC496; }

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

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

background-color css

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

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

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

border-color css

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

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

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