Html Css Color HEX #9ACD61 Olivine

📋 copy color: '#9ACD61'

red 154 ◦ green 205 ◦ blue 97

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

Shades of Olivine #9ACD61

Tints of Olivine #9ACD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.27%

R = 33.77%
G = 44.96%
B = 21.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#9ACD61 (or 0x9ACD61) is known color: Olivine. HEX triplet: 9A, CD and 61. RGB value is (154,205,97). Sum of RGB (Red+Green+Blue) = 154+205+97=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD61 is #65329E. Grayscale: #B1B1B1. Windows color (decimal): -6632095 or 6409626. OLE color: 6409626.

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

Color convert

RGB 154 205 97 -
CMYK 0.25 0 0.53 0.20
HSL 88.33º 0.52% 0.59% -
HSV(B) 88.33º 0.53% 0.8% -
XYZ 37.32 51.4 19.26 -
YUV 177.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 154 205 97 0.25 0 0.53 0.20 88.33 0.52 0.59
Hex 9A CD 61 19 0 35 14 58 34 3B
Octal 232 315 141 31 0 65 24 130 64 73
Binary 10011010 11001101 1100001 11001 0 110101 10100 1011000 110100 111011

Color Harmonies of #9ACD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD61

Black with #9ACD61

Text Example


Text Example

White with #9ACD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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