Html Css Color HEX #9AC059 Olivine

📋 copy color: '#9AC059'

red 154 ◦ green 192 ◦ blue 89

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

Shades of Olivine #9AC059

Tints of Olivine #9AC059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.46%

R = 35.4%
G = 44.14%
B = 20.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#9AC059 (or 0x9AC059) is known color: Olivine. HEX triplet: 9A, C0 and 59. RGB value is (154,192,89). Sum of RGB (Red+Green+Blue) = 154+192+89=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC059 is #653FA6. Grayscale: #A9A9A9. Windows color (decimal): -6635431 or 5882010. OLE color: 5882010.

HSL color Cylindrical-coordinate representation of color #9AC059: hue angle of 82.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AC059 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 89 -
CMYK 0.20 0 0.54 0.25
HSL 82.14º 0.45% 0.55% -
HSV(B) 82.14º 0.54% 0.75% -
XYZ 33.98 45.29 16.4 -
YUV 168.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 154 192 89 0.20 0 0.54 0.25 82.14 0.45 0.55
Hex 9A C0 59 14 0 36 19 52 2D 37
Octal 232 300 131 24 0 66 31 122 55 67
Binary 10011010 11000000 1011001 10100 0 110110 11001 1010010 101101 110111

Color Harmonies of #9AC059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC059

Black with #9AC059

Text Example


Text Example

White with #9AC059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,89); }

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

background-color css

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

 a { background-color: rgb(154,192,89); }

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

border-color css

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

 span { border-color: rgb(154,192,89); }

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