Html Css Color HEX #AFC299 Sprout

📋 copy color: '#AFC299'

red 175 ◦ green 194 ◦ blue 153

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

Shades of Sprout #AFC299

Tints of Sprout #AFC299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

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

R = 33.52%
G = 37.16%
B = 29.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#AFC299 (or 0xAFC299) is known color: Sprout. HEX triplet: AF, C2 and 99. RGB value is (175,194,153). Sum of RGB (Red+Green+Blue) = 175+194+153=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC299 is #503D66. Grayscale: #B7B7B7. Windows color (decimal): -5258599 or 10076847. OLE color: 10076847.

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

Color convert

RGB 175 194 153 -
CMYK 0.10 0 0.21 0.24
HSL 87.8º 0.25% 0.68% -
HSV(B) 87.8º 0.21% 0.76% -
XYZ 42.72 50 37.54 -
YUV 183.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 175 194 153 0.10 0 0.21 0.24 87.8 0.25 0.68
Hex AF C2 99 A 0 15 18 58 19 44
Octal 257 302 231 12 0 25 30 130 31 104
Binary 10101111 11000010 10011001 1010 0 10101 11000 1011000 11001 1000100

Color Harmonies of #AFC299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC299

Black with #AFC299

Text Example


Text Example

White with #AFC299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC299; }

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

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

background-color css

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

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

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

border-color css

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

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

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