Html Css Color HEX #AFC194 Sprout

📋 copy color: '#AFC194'

red 175 ◦ green 193 ◦ blue 148

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

Shades of Sprout #AFC194

Tints of Sprout #AFC194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 33.91%
G = 37.4%
B = 28.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#AFC194 (or 0xAFC194) is known color: Sprout. HEX triplet: AF, C1 and 94. RGB value is (175,193,148). Sum of RGB (Red+Green+Blue) = 175+193+148=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC194 is #503E6B. Grayscale: #B6B6B6. Windows color (decimal): -5258860 or 9748911. OLE color: 9748911.

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

Color convert

RGB 175 193 148 -
CMYK 0.09 0 0.23 0.24
HSL 84º 0.27% 0.67% -
HSV(B) 84º 0.23% 0.76% -
XYZ 42.09 49.39 35.33 -
YUV 182.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 175 193 148 0.09 0 0.23 0.24 84 0.27 0.67
Hex AF C1 94 9 0 17 18 54 1B 43
Octal 257 301 224 11 0 27 30 124 33 103
Binary 10101111 11000001 10010100 1001 0 10111 11000 1010100 11011 1000011

Color Harmonies of #AFC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC194

Black with #AFC194

Text Example


Text Example

White with #AFC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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