Html Css Color HEX #AFC599 Sprout

📋 copy color: '#AFC599'

red 175 ◦ green 197 ◦ blue 153

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

Shades of Sprout #AFC599

Tints of Sprout #AFC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.52%

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

R = 33.33%
G = 37.52%
B = 29.14%

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

#AFC599 (or 0xAFC599) is known color: Sprout. HEX triplet: AF, C5 and 99. RGB value is (175,197,153). Sum of RGB (Red+Green+Blue) = 175+197+153=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC599 is #503A66. Grayscale: #B9B9B9. Windows color (decimal): -5257831 or 10077615. OLE color: 10077615.

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

Color convert

RGB 175 197 153 -
CMYK 0.11 0 0.22 0.23
HSL 90º 0.28% 0.69% -
HSV(B) 90º 0.22% 0.77% -
XYZ 43.4 51.35 37.76 -
YUV 185.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 175 197 153 0.11 0 0.22 0.23 90 0.28 0.69
Hex AF C5 99 B 0 16 17 5A 1C 45
Octal 257 305 231 13 0 26 27 132 34 105
Binary 10101111 11000101 10011001 1011 0 10110 10111 1011010 11100 1000101

Color Harmonies of #AFC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC599

Black with #AFC599

Text Example


Text Example

White with #AFC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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