Html Css Color HEX #9AC078 Olivine

📋 copy color: '#9AC078'

red 154 ◦ green 192 ◦ blue 120

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

Shades of Olivine #9AC078

Tints of Olivine #9AC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 33.05%
G = 41.2%
B = 25.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#9AC078 (or 0x9AC078) is known color: Olivine. HEX triplet: 9A, C0 and 78. RGB value is (154,192,120). Sum of RGB (Red+Green+Blue) = 154+192+120=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC078 is #653F87. Grayscale: #ACACAC. Windows color (decimal): -6635400 or 7913626. OLE color: 7913626.

HSL color Cylindrical-coordinate representation of color #9AC078: hue angle of 91.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC078 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 120 -
CMYK 0.20 0 0.38 0.25
HSL 91.67º 0.36% 0.61% -
HSV(B) 91.67º 0.38% 0.75% -
XYZ 35.57 45.93 24.76 -
YUV 172.43 98.41 114.85 -
System Red Green Blue C M Y K H S L
Decimal 154 192 120 0.20 0 0.38 0.25 91.67 0.36 0.61
Hex 9A C0 78 14 0 26 19 5C 24 3D
Octal 232 300 170 24 0 46 31 134 44 75
Binary 10011010 11000000 1111000 10100 0 100110 11001 1011100 100100 111101

Color Harmonies of #9AC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC078

Black with #9AC078

Text Example


Text Example

White with #9AC078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,120); }

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

background-color css

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

 a { background-color: rgb(154,192,120); }

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

border-color css

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

 span { border-color: rgb(154,192,120); }

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