Html Css Color HEX #9ABC60 Olivine

📋 copy color: '#9ABC60'

red 154 ◦ green 188 ◦ blue 96

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

Shades of Olivine #9ABC60

Tints of Olivine #9ABC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 35.16%
G = 42.92%
B = 21.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#9ABC60 (or 0x9ABC60) is known color: Olivine. HEX triplet: 9A, BC and 60. RGB value is (154,188,96). Sum of RGB (Red+Green+Blue) = 154+188+96=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC60 is #65439F. Grayscale: #A7A7A7. Windows color (decimal): -6636448 or 6339738. OLE color: 6339738.

HSL color Cylindrical-coordinate representation of color #9ABC60: hue angle of 82.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ABC60 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 96 -
CMYK 0.18 0 0.49 0.26
HSL 82.17º 0.41% 0.56% -
HSV(B) 82.17º 0.49% 0.74% -
XYZ 33.42 43.68 17.74 -
YUV 167.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 154 188 96 0.18 0 0.49 0.26 82.17 0.41 0.56
Hex 9A BC 60 12 0 31 1A 52 29 38
Octal 232 274 140 22 0 61 32 122 51 70
Binary 10011010 10111100 1100000 10010 0 110001 11010 1010010 101001 111000

Color Harmonies of #9ABC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC60

Black with #9ABC60

Text Example


Text Example

White with #9ABC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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