Html Css Color HEX #AFC097 Sprout

📋 copy color: '#AFC097'

red 175 ◦ green 192 ◦ blue 151

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

Shades of Sprout #AFC097

Tints of Sprout #AFC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

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

R = 33.78%
G = 37.07%
B = 29.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#AFC097 (or 0xAFC097) is known color: Sprout. HEX triplet: AF, C0 and 97. RGB value is (175,192,151). Sum of RGB (Red+Green+Blue) = 175+192+151=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC097 is #503F68. Grayscale: #B6B6B6. Windows color (decimal): -5259113 or 9945263. OLE color: 9945263.

HSL color Cylindrical-coordinate representation of color #AFC097: hue angle of 84.88º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC097 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 151 -
CMYK 0.09 0 0.21 0.25
HSL 84.88º 0.25% 0.67% -
HSV(B) 84.88º 0.21% 0.75% -
XYZ 42.11 49.05 36.53 -
YUV 182.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 175 192 151 0.09 0 0.21 0.25 84.88 0.25 0.67
Hex AF C0 97 9 0 15 19 55 19 43
Octal 257 300 227 11 0 25 31 125 31 103
Binary 10101111 11000000 10010111 1001 0 10101 11001 1010101 11001 1000011

Color Harmonies of #AFC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC097

Black with #AFC097

Text Example


Text Example

White with #AFC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC097; }

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

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

background-color css

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

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

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

border-color css

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

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

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