Html Css Color HEX #AFC694 Sprout

📋 copy color: '#AFC694'

red 175 ◦ green 198 ◦ blue 148

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

Shades of Sprout #AFC694

Tints of Sprout #AFC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

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

R = 33.59%
G = 38%
B = 28.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#AFC694 (or 0xAFC694) is known color: Sprout. HEX triplet: AF, C6 and 94. RGB value is (175,198,148). Sum of RGB (Red+Green+Blue) = 175+198+148=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC694 is #50396B. Grayscale: #B9B9B9. Windows color (decimal): -5257580 or 9750191. OLE color: 9750191.

HSL color Cylindrical-coordinate representation of color #AFC694: hue angle of 87.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC694 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 148 -
CMYK 0.12 0 0.25 0.22
HSL 87.6º 0.3% 0.68% -
HSV(B) 87.6º 0.25% 0.78% -
XYZ 43.22 51.64 35.71 -
YUV 185.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 175 198 148 0.12 0 0.25 0.22 87.6 0.3 0.68
Hex AF C6 94 C 0 19 16 58 1E 44
Octal 257 306 224 14 0 31 26 130 36 104
Binary 10101111 11000110 10010100 1100 0 11001 10110 1011000 11110 1000100

Color Harmonies of #AFC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC694

Black with #AFC694

Text Example


Text Example

White with #AFC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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