Html Css Color HEX #9ACC6D Olivine

📋 copy color: '#9ACC6D'

red 154 ◦ green 204 ◦ blue 109

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

Shades of Olivine #9ACC6D

Tints of Olivine #9ACC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 32.98%
G = 43.68%
B = 23.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#9ACC6D (or 0x9ACC6D) is known color: Olivine. HEX triplet: 9A, CC and 6D. RGB value is (154,204,109). Sum of RGB (Red+Green+Blue) = 154+204+109=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC6D is #653392. Grayscale: #B2B2B2. Windows color (decimal): -6632339 or 7195802. OLE color: 7195802.

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

Color convert

RGB 154 204 109 -
CMYK 0.25 0 0.47 0.2
HSL 91.58º 0.48% 0.61% -
HSV(B) 91.58º 0.47% 0.8% -
XYZ 37.68 51.16 22.36 -
YUV 178.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 154 204 109 0.25 0 0.47 0.2 91.58 0.48 0.61
Hex 9A CC 6D 19 0 2F 14 5C 30 3D
Octal 232 314 155 31 0 57 24 134 60 75
Binary 10011010 11001100 1101101 11001 0 101111 10100 1011100 110000 111101

Color Harmonies of #9ACC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC6D

Black with #9ACC6D

Text Example


Text Example

White with #9ACC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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