Html Css Color HEX #AFC499 Sprout

📋 copy color: '#AFC499'

red 175 ◦ green 196 ◦ blue 153

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

Shades of Sprout #AFC499

Tints of Sprout #AFC499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.2%

R = 33.4%
G = 37.4%
B = 29.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#AFC499 (or 0xAFC499) is known color: Sprout. HEX triplet: AF, C4 and 99. RGB value is (175,196,153). Sum of RGB (Red+Green+Blue) = 175+196+153=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC499 is #503B66. Grayscale: #B8B8B8. Windows color (decimal): -5258087 or 10077359. OLE color: 10077359.

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

Color convert

RGB 175 196 153 -
CMYK 0.11 0 0.22 0.23
HSL 89.3º 0.27% 0.68% -
HSV(B) 89.3º 0.22% 0.77% -
XYZ 43.17 50.89 37.69 -
YUV 184.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 175 196 153 0.11 0 0.22 0.23 89.3 0.27 0.68
Hex AF C4 99 B 0 16 17 59 1B 44
Octal 257 304 231 13 0 26 27 131 33 104
Binary 10101111 11000100 10011001 1011 0 10110 10111 1011001 11011 1000100

Color Harmonies of #AFC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC499

Black with #AFC499

Text Example


Text Example

White with #AFC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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