Html Css Color HEX #AFC59E Sprout

📋 copy color: '#AFC59E'

red 175 ◦ green 197 ◦ blue 158

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

Shades of Sprout #AFC59E

Tints of Sprout #AFC59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 33.02%
G = 37.17%
B = 29.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#AFC59E (or 0xAFC59E) is known color: Sprout. HEX triplet: AF, C5 and 9E. RGB value is (175,197,158). Sum of RGB (Red+Green+Blue) = 175+197+158=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC59E is #503A61. Grayscale: #BABABA. Windows color (decimal): -5257826 or 10405295. OLE color: 10405295.

HSL color Cylindrical-coordinate representation of color #AFC59E: hue angle of 93.85º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC59E is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 158 -
CMYK 0.11 0 0.20 0.23
HSL 93.85º 0.25% 0.7% -
HSV(B) 93.85º 0.2% 0.77% -
XYZ 43.82 51.52 39.98 -
YUV 185.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 175 197 158 0.11 0 0.20 0.23 93.85 0.25 0.7
Hex AF C5 9E B 0 14 17 5E 19 46
Octal 257 305 236 13 0 24 27 136 31 106
Binary 10101111 11000101 10011110 1011 0 10100 10111 1011110 11001 1000110

Color Harmonies of #AFC59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC59E

Black with #AFC59E

Text Example


Text Example

White with #AFC59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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