Html Css Color HEX #AFC396 Sprout

📋 copy color: '#AFC396'

red 175 ◦ green 195 ◦ blue 150

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

Shades of Sprout #AFC396

Tints of Sprout #AFC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

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

R = 33.65%
G = 37.5%
B = 28.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#AFC396 (or 0xAFC396) is known color: Sprout. HEX triplet: AF, C3 and 96. RGB value is (175,195,150). Sum of RGB (Red+Green+Blue) = 175+195+150=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC396 is #503C69. Grayscale: #B8B8B8. Windows color (decimal): -5258346 or 9880495. OLE color: 9880495.

HSL color Cylindrical-coordinate representation of color #AFC396: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC396 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 150 -
CMYK 0.10 0 0.23 0.24
HSL 86.67º 0.27% 0.68% -
HSV(B) 86.67º 0.23% 0.76% -
XYZ 42.7 50.35 36.32 -
YUV 183.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 175 195 150 0.10 0 0.23 0.24 86.67 0.27 0.68
Hex AF C3 96 A 0 17 18 57 1B 44
Octal 257 303 226 12 0 27 30 127 33 104
Binary 10101111 11000011 10010110 1010 0 10111 11000 1010111 11011 1000100

Color Harmonies of #AFC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC396

Black with #AFC396

Text Example


Text Example

White with #AFC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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