Html Css Color HEX #AFC19D Sprout

📋 copy color: '#AFC19D'

red 175 ◦ green 193 ◦ blue 157

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

Shades of Sprout #AFC19D

Tints of Sprout #AFC19D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

 BLUE value IS 157 (61.72% from 255) = 29.9%

R = 33.33%
G = 36.76%
B = 29.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#AFC19D (or 0xAFC19D) is known color: Sprout. HEX triplet: AF, C1 and 9D. RGB value is (175,193,157). Sum of RGB (Red+Green+Blue) = 175+193+157=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19D is #503E62. Grayscale: #B7B7B7. Windows color (decimal): -5258851 or 10338735. OLE color: 10338735.

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

Color convert

RGB 175 193 157 -
CMYK 0.09 0 0.19 0.24
HSL 90º 0.23% 0.69% -
HSV(B) 90º 0.19% 0.76% -
XYZ 42.83 49.69 39.23 -
YUV 183.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 175 193 157 0.09 0 0.19 0.24 90 0.23 0.69
Hex AF C1 9D 9 0 13 18 5A 16 45
Octal 257 301 235 11 0 23 30 132 26 105
Binary 10101111 11000001 10011101 1001 0 10011 11000 1011010 10110 1000101

Color Harmonies of #AFC19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC19D

Black with #AFC19D

Text Example


Text Example

White with #AFC19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC19D; }

 p { color: rgb(175,193,157); }

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

background-color css

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

 a { background-color: rgb(175,193,157); }

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

border-color css

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

 span { border-color: rgb(175,193,157); }

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