Html Css Color HEX #AFC39F Sprout

📋 copy color: '#AFC39F'

red 175 ◦ green 195 ◦ blue 159

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

Shades of Sprout #AFC39F

Tints of Sprout #AFC39F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

 BLUE value IS 159 (62.5% from 255) = 30.06%

R = 33.08%
G = 36.86%
B = 30.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#AFC39F (or 0xAFC39F) is known color: Sprout. HEX triplet: AF, C3 and 9F. RGB value is (175,195,159). Sum of RGB (Red+Green+Blue) = 175+195+159=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39F is #503C60. Grayscale: #B9B9B9. Windows color (decimal): -5258337 or 10470319. OLE color: 10470319.

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

Color convert

RGB 175 195 159 -
CMYK 0.10 0 0.18 0.24
HSL 93.33º 0.23% 0.69% -
HSV(B) 93.33º 0.18% 0.76% -
XYZ 43.45 50.65 40.29 -
YUV 184.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 175 195 159 0.10 0 0.18 0.24 93.33 0.23 0.69
Hex AF C3 9F A 0 12 18 5D 17 45
Octal 257 303 237 12 0 22 30 135 27 105
Binary 10101111 11000011 10011111 1010 0 10010 11000 1011101 10111 1000101

Color Harmonies of #AFC39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC39F

Black with #AFC39F

Text Example


Text Example

White with #AFC39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC39F; }

 p { color: rgb(175,195,159); }

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

background-color css

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

 a { background-color: rgb(175,195,159); }

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

border-color css

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

 span { border-color: rgb(175,195,159); }

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