Html Css Color HEX #9ACD5D Olivine

📋 copy color: '#9ACD5D'

red 154 ◦ green 205 ◦ blue 93

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

Shades of Olivine #9ACD5D

Tints of Olivine #9ACD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 34.07%
G = 45.35%
B = 20.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#9ACD5D (or 0x9ACD5D) is known color: Olivine. HEX triplet: 9A, CD and 5D. RGB value is (154,205,93). Sum of RGB (Red+Green+Blue) = 154+205+93=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD5D is #6532A2. Grayscale: #B1B1B1. Windows color (decimal): -6632099 or 6147482. OLE color: 6147482.

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

Color convert

RGB 154 205 93 -
CMYK 0.25 0 0.55 0.20
HSL 87.32º 0.53% 0.58% -
HSV(B) 87.32º 0.55% 0.8% -
XYZ 37.13 51.32 18.31 -
YUV 176.98 80.6 111.61 -
System Red Green Blue C M Y K H S L
Decimal 154 205 93 0.25 0 0.55 0.20 87.32 0.53 0.58
Hex 9A CD 5D 19 0 37 14 57 35 3A
Octal 232 315 135 31 0 67 24 127 65 72
Binary 10011010 11001101 1011101 11001 0 110111 10100 1010111 110101 111010

Color Harmonies of #9ACD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD5D

Black with #9ACD5D

Text Example


Text Example

White with #9ACD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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