Html Css Color HEX #AFC29F Sprout

📋 copy color: '#AFC29F'

red 175 ◦ green 194 ◦ blue 159

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

Shades of Sprout #AFC29F

Tints of Sprout #AFC29F

RGB

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

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

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

R = 33.14%
G = 36.74%
B = 30.11%

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

#AFC29F (or 0xAFC29F) is known color: Sprout. HEX triplet: AF, C2 and 9F. RGB value is (175,194,159). Sum of RGB (Red+Green+Blue) = 175+194+159=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC29F is #503D60. Grayscale: #B8B8B8. Windows color (decimal): -5258593 or 10470063. OLE color: 10470063.

HSL color Cylindrical-coordinate representation of color #AFC29F: hue angle of 92.57º degrees, saturation: 0.22, 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 #AFC29F is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 159 -
CMYK 0.10 0 0.18 0.24
HSL 92.57º 0.22% 0.69% -
HSV(B) 92.57º 0.18% 0.76% -
XYZ 43.23 50.2 40.21 -
YUV 184.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 175 194 159 0.10 0 0.18 0.24 92.57 0.22 0.69
Hex AF C2 9F A 0 12 18 5D 16 45
Octal 257 302 237 12 0 22 30 135 26 105
Binary 10101111 11000010 10011111 1010 0 10010 11000 1011101 10110 1000101

Color Harmonies of #AFC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC29F

Black with #AFC29F

Text Example


Text Example

White with #AFC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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