Html Css Color HEX #AFC19A Sprout

📋 copy color: '#AFC19A'

red 175 ◦ green 193 ◦ blue 154

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

Shades of Sprout #AFC19A

Tints of Sprout #AFC19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 33.52%
G = 36.97%
B = 29.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#AFC19A (or 0xAFC19A) is known color: Sprout. HEX triplet: AF, C1 and 9A. RGB value is (175,193,154). Sum of RGB (Red+Green+Blue) = 175+193+154=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19A is #503E65. Grayscale: #B7B7B7. Windows color (decimal): -5258854 or 10142127. OLE color: 10142127.

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

Color convert

RGB 175 193 154 -
CMYK 0.09 0 0.20 0.24
HSL 87.69º 0.24% 0.68% -
HSV(B) 87.69º 0.2% 0.76% -
XYZ 42.58 49.59 37.9 -
YUV 183.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 175 193 154 0.09 0 0.20 0.24 87.69 0.24 0.68
Hex AF C1 9A 9 0 14 18 58 18 44
Octal 257 301 232 11 0 24 30 130 30 104
Binary 10101111 11000001 10011010 1001 0 10100 11000 1011000 11000 1000100

Color Harmonies of #AFC19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC19A

Black with #AFC19A

Text Example


Text Example

White with #AFC19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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