Html Css Color HEX #9AC064 Olivine

📋 copy color: '#9AC064'

red 154 ◦ green 192 ◦ blue 100

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

Shades of Olivine #9AC064

Tints of Olivine #9AC064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 34.53%
G = 43.05%
B = 22.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#9AC064 (or 0x9AC064) is known color: Olivine. HEX triplet: 9A, C0 and 64. RGB value is (154,192,100). Sum of RGB (Red+Green+Blue) = 154+192+100=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC064 is #653F9B. Grayscale: #AAAAAA. Windows color (decimal): -6635420 or 6602906. OLE color: 6602906.

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

Color convert

RGB 154 192 100 -
CMYK 0.20 0 0.48 0.25
HSL 84.78º 0.42% 0.57% -
HSV(B) 84.78º 0.48% 0.75% -
XYZ 34.48 45.49 19.02 -
YUV 170.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 154 192 100 0.20 0 0.48 0.25 84.78 0.42 0.57
Hex 9A C0 64 14 0 30 19 55 2A 39
Octal 232 300 144 24 0 60 31 125 52 71
Binary 10011010 11000000 1100100 10100 0 110000 11001 1010101 101010 111001

Color Harmonies of #9AC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC064

Black with #9AC064

Text Example


Text Example

White with #9AC064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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