Html Css Color HEX #AFC495 Sprout

📋 copy color: '#AFC495'

red 175 ◦ green 196 ◦ blue 149

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

Shades of Sprout #AFC495

Tints of Sprout #AFC495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 33.65%
G = 37.69%
B = 28.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#AFC495 (or 0xAFC495) is known color: Sprout. HEX triplet: AF, C4 and 95. RGB value is (175,196,149). Sum of RGB (Red+Green+Blue) = 175+196+149=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC495 is #503B6A. Grayscale: #B8B8B8. Windows color (decimal): -5258091 or 9815215. OLE color: 9815215.

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

Color convert

RGB 175 196 149 -
CMYK 0.11 0 0.24 0.23
HSL 86.81º 0.28% 0.68% -
HSV(B) 86.81º 0.24% 0.77% -
XYZ 42.84 50.76 35.97 -
YUV 184.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 175 196 149 0.11 0 0.24 0.23 86.81 0.28 0.68
Hex AF C4 95 B 0 18 17 57 1C 44
Octal 257 304 225 13 0 30 27 127 34 104
Binary 10101111 11000100 10010101 1011 0 11000 10111 1010111 11100 1000100

Color Harmonies of #AFC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC495

Black with #AFC495

Text Example


Text Example

White with #AFC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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