Html Css Color HEX #AFC494 Sprout

📋 copy color: '#AFC494'

red 175 ◦ green 196 ◦ blue 148

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

Shades of Sprout #AFC494

Tints of Sprout #AFC494

RGB

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

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

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

R = 33.72%
G = 37.76%
B = 28.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#AFC494 (or 0xAFC494) is known color: Sprout. HEX triplet: AF, C4 and 94. RGB value is (175,196,148). Sum of RGB (Red+Green+Blue) = 175+196+148=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC494 is #503B6B. Grayscale: #B8B8B8. Windows color (decimal): -5258092 or 9749679. OLE color: 9749679.

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

Color convert

RGB 175 196 148 -
CMYK 0.11 0 0.24 0.23
HSL 86.25º 0.29% 0.67% -
HSV(B) 86.25º 0.24% 0.77% -
XYZ 42.76 50.73 35.56 -
YUV 184.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 175 196 148 0.11 0 0.24 0.23 86.25 0.29 0.67
Hex AF C4 94 B 0 18 17 56 1D 43
Octal 257 304 224 13 0 30 27 126 35 103
Binary 10101111 11000100 10010100 1011 0 11000 10111 1010110 11101 1000011

Color Harmonies of #AFC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC494

Black with #AFC494

Text Example


Text Example

White with #AFC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC494; }

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

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

background-color css

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

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

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

border-color css

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

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

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