Html Css Color HEX #AFC297 Sprout

📋 copy color: '#AFC297'

red 175 ◦ green 194 ◦ blue 151

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

Shades of Sprout #AFC297

Tints of Sprout #AFC297

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

 BLUE value IS 151 (59.38% from 255) = 29.04%

R = 33.65%
G = 37.31%
B = 29.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#AFC297 (or 0xAFC297) is known color: Sprout. HEX triplet: AF, C2 and 97. RGB value is (175,194,151). Sum of RGB (Red+Green+Blue) = 175+194+151=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC297 is #503D68. Grayscale: #B7B7B7. Windows color (decimal): -5258601 or 9945775. OLE color: 9945775.

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

Color convert

RGB 175 194 151 -
CMYK 0.10 0 0.22 0.24
HSL 86.51º 0.26% 0.68% -
HSV(B) 86.51º 0.22% 0.76% -
XYZ 42.56 49.93 36.67 -
YUV 183.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 175 194 151 0.10 0 0.22 0.24 86.51 0.26 0.68
Hex AF C2 97 A 0 16 18 57 1A 44
Octal 257 302 227 12 0 26 30 127 32 104
Binary 10101111 11000010 10010111 1010 0 10110 11000 1010111 11010 1000100

Color Harmonies of #AFC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC297

Black with #AFC297

Text Example


Text Example

White with #AFC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC297; }

 p { color: rgb(175,194,151); }

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

background-color css

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

 a { background-color: rgb(175,194,151); }

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

border-color css

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

 span { border-color: rgb(175,194,151); }

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