Html Css Color HEX #9ACC5D Olivine

📋 copy color: '#9ACC5D'

red 154 ◦ green 204 ◦ blue 93

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

Shades of Olivine #9ACC5D

Tints of Olivine #9ACC5D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.23%

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 34.15%
G = 45.23%
B = 20.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#9ACC5D (or 0x9ACC5D) is known color: Olivine. HEX triplet: 9A, CC and 5D. RGB value is (154,204,93). Sum of RGB (Red+Green+Blue) = 154+204+93=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC5D is #6533A2. Grayscale: #B0B0B0. Windows color (decimal): -6632355 or 6147226. OLE color: 6147226.

HSL color Cylindrical-coordinate representation of color #9ACC5D: hue angle of 87.03º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ACC5D is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 93 -
CMYK 0.25 0 0.54 0.2
HSL 87.03º 0.52% 0.58% -
HSV(B) 87.03º 0.54% 0.8% -
XYZ 36.9 50.85 18.23 -
YUV 176.4 80.94 112.03 -
System Red Green Blue C M Y K H S L
Decimal 154 204 93 0.25 0 0.54 0.2 87.03 0.52 0.58
Hex 9A CC 5D 19 0 36 14 57 34 3A
Octal 232 314 135 31 0 66 24 127 64 72
Binary 10011010 11001100 1011101 11001 0 110110 10100 1010111 110100 111010

Color Harmonies of #9ACC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC5D

Black with #9ACC5D

Text Example


Text Example

White with #9ACC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,93); }

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

background-color css

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

 a { background-color: rgb(154,204,93); }

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

border-color css

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

 span { border-color: rgb(154,204,93); }

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