Html Css Color HEX #AFC799 Sprout

📋 copy color: '#AFC799'

red 175 ◦ green 199 ◦ blue 153

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

Shades of Sprout #AFC799

Tints of Sprout #AFC799

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

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

R = 33.21%
G = 37.76%
B = 29.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#AFC799 (or 0xAFC799) is known color: Sprout. HEX triplet: AF, C7 and 99. RGB value is (175,199,153). Sum of RGB (Red+Green+Blue) = 175+199+153=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC799 is #503866. Grayscale: #BABABA. Windows color (decimal): -5257319 or 10078127. OLE color: 10078127.

HSL color Cylindrical-coordinate representation of color #AFC799: hue angle of 91.3º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC799 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 153 -
CMYK 0.12 0 0.23 0.22
HSL 91.3º 0.29% 0.69% -
HSV(B) 91.3º 0.23% 0.78% -
XYZ 43.85 52.26 37.91 -
YUV 186.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 175 199 153 0.12 0 0.23 0.22 91.3 0.29 0.69
Hex AF C7 99 C 0 17 16 5B 1D 45
Octal 257 307 231 14 0 27 26 133 35 105
Binary 10101111 11000111 10011001 1100 0 10111 10110 1011011 11101 1000101

Color Harmonies of #AFC799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC799

Black with #AFC799

Text Example


Text Example

White with #AFC799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC799; }

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

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

background-color css

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

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

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

border-color css

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

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

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