Html Css Color HEX #AFC096 Sprout

📋 copy color: '#AFC096'

red 175 ◦ green 192 ◦ blue 150

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

Shades of Sprout #AFC096

Tints of Sprout #AFC096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 33.85%
G = 37.14%
B = 29.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#AFC096 (or 0xAFC096) is known color: Sprout. HEX triplet: AF, C0 and 96. RGB value is (175,192,150). Sum of RGB (Red+Green+Blue) = 175+192+150=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC096 is #503F69. Grayscale: #B6B6B6. Windows color (decimal): -5259114 or 9879727. OLE color: 9879727.

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

Color convert

RGB 175 192 150 -
CMYK 0.09 0 0.22 0.25
HSL 84.29º 0.25% 0.67% -
HSV(B) 84.29º 0.22% 0.75% -
XYZ 42.03 49.02 36.1 -
YUV 182.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 175 192 150 0.09 0 0.22 0.25 84.29 0.25 0.67
Hex AF C0 96 9 0 16 19 54 19 43
Octal 257 300 226 11 0 26 31 124 31 103
Binary 10101111 11000000 10010110 1001 0 10110 11001 1010100 11001 1000011

Color Harmonies of #AFC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC096

Black with #AFC096

Text Example


Text Example

White with #AFC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC096; }

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

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

background-color css

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

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

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

border-color css

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

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

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