Html Css Color HEX #9ACD5E Olivine

📋 copy color: '#9ACD5E'

red 154 ◦ green 205 ◦ blue 94

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

Shades of Olivine #9ACD5E

Tints of Olivine #9ACD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 34%
G = 45.25%
B = 20.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#9ACD5E (or 0x9ACD5E) is known color: Olivine. HEX triplet: 9A, CD and 5E. RGB value is (154,205,94). Sum of RGB (Red+Green+Blue) = 154+205+94=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD5E is #6532A1. Grayscale: #B1B1B1. Windows color (decimal): -6632098 or 6213018. OLE color: 6213018.

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

Color convert

RGB 154 205 94 -
CMYK 0.25 0 0.54 0.20
HSL 87.57º 0.53% 0.59% -
HSV(B) 87.57º 0.54% 0.8% -
XYZ 37.18 51.34 18.54 -
YUV 177.1 81.1 111.53 -
System Red Green Blue C M Y K H S L
Decimal 154 205 94 0.25 0 0.54 0.20 87.57 0.53 0.59
Hex 9A CD 5E 19 0 36 14 58 35 3B
Octal 232 315 136 31 0 66 24 130 65 73
Binary 10011010 11001101 1011110 11001 0 110110 10100 1011000 110101 111011

Color Harmonies of #9ACD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD5E

Black with #9ACD5E

Text Example


Text Example

White with #9ACD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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