Html Css Color HEX #AFC493 Sprout

📋 copy color: '#AFC493'

red 175 ◦ green 196 ◦ blue 147

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

Shades of Sprout #AFC493

Tints of Sprout #AFC493

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 33.78%
G = 37.84%
B = 28.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#AFC493 (or 0xAFC493) is known color: Sprout. HEX triplet: AF, C4 and 93. RGB value is (175,196,147). Sum of RGB (Red+Green+Blue) = 175+196+147=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC493 is #503B6C. Grayscale: #B8B8B8. Windows color (decimal): -5258093 or 9684143. OLE color: 9684143.

HSL color Cylindrical-coordinate representation of color #AFC493: hue angle of 85.71º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC493 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 147 -
CMYK 0.11 0 0.25 0.23
HSL 85.71º 0.29% 0.67% -
HSV(B) 85.71º 0.25% 0.77% -
XYZ 42.69 50.7 35.14 -
YUV 184.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 175 196 147 0.11 0 0.25 0.23 85.71 0.29 0.67
Hex AF C4 93 B 0 19 17 56 1D 43
Octal 257 304 223 13 0 31 27 126 35 103
Binary 10101111 11000100 10010011 1011 0 11001 10111 1010110 11101 1000011

Color Harmonies of #AFC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC493

Black with #AFC493

Text Example


Text Example

White with #AFC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC493; }

 p { color: rgb(175,196,147); }

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

background-color css

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

 a { background-color: rgb(175,196,147); }

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

border-color css

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

 span { border-color: rgb(175,196,147); }

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