Html Css Color HEX #9AC560 Olivine

📋 copy color: '#9AC560'

red 154 ◦ green 197 ◦ blue 96

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

Shades of Olivine #9AC560

Tints of Olivine #9AC560

RGB

 RED value IS 154 (60.55% from 255) = 34.45%

 GREEN value IS 197 (77.34% from 255) = 44.07%

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 34.45%
G = 44.07%
B = 21.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#9AC560 (or 0x9AC560) is known color: Olivine. HEX triplet: 9A, C5 and 60. RGB value is (154,197,96). Sum of RGB (Red+Green+Blue) = 154+197+96=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC560 is #653A9F. Grayscale: #ACACAC. Windows color (decimal): -6634144 or 6342042. OLE color: 6342042.

HSL color Cylindrical-coordinate representation of color #9AC560: hue angle of 85.54º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AC560 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 197 96 -
CMYK 0.22 0 0.51 0.23
HSL 85.54º 0.47% 0.57% -
HSV(B) 85.54º 0.51% 0.77% -
XYZ 35.4 47.65 18.4 -
YUV 172.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 154 197 96 0.22 0 0.51 0.23 85.54 0.47 0.57
Hex 9A C5 60 16 0 33 17 56 2F 39
Octal 232 305 140 26 0 63 27 126 57 71
Binary 10011010 11000101 1100000 10110 0 110011 10111 1010110 101111 111001

Color Harmonies of #9AC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC560

Black with #9AC560

Text Example


Text Example

White with #9AC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AC560; }

 p { color: rgb(154,197,96); }

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

background-color css

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

 a { background-color: rgb(154,197,96); }

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

border-color css

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

 span { border-color: rgb(154,197,96); }

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