Html Css Color HEX #9ABE60 Olivine

📋 copy color: '#9ABE60'

red 154 ◦ green 190 ◦ blue 96

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

Shades of Olivine #9ABE60

Tints of Olivine #9ABE60

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

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

R = 35%
G = 43.18%
B = 21.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#9ABE60 (or 0x9ABE60) is known color: Olivine. HEX triplet: 9A, BE and 60. RGB value is (154,190,96). Sum of RGB (Red+Green+Blue) = 154+190+96=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE60 is #65419F. Grayscale: #A8A8A8. Windows color (decimal): -6635936 or 6340250. OLE color: 6340250.

HSL color Cylindrical-coordinate representation of color #9ABE60: hue angle of 82.98º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ABE60 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 190 96 -
CMYK 0.19 0 0.49 0.25
HSL 82.98º 0.42% 0.56% -
HSV(B) 82.98º 0.49% 0.75% -
XYZ 33.85 44.54 17.88 -
YUV 168.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 154 190 96 0.19 0 0.49 0.25 82.98 0.42 0.56
Hex 9A BE 60 13 0 31 19 53 2A 38
Octal 232 276 140 23 0 61 31 123 52 70
Binary 10011010 10111110 1100000 10011 0 110001 11001 1010011 101010 111000

Color Harmonies of #9ABE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABE60

Black with #9ABE60

Text Example


Text Example

White with #9ABE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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