Html Css Color HEX #9AC06D Olivine

📋 copy color: '#9AC06D'

red 154 ◦ green 192 ◦ blue 109

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

Shades of Olivine #9AC06D

Tints of Olivine #9AC06D

RGB

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

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

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

R = 33.85%
G = 42.2%
B = 23.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#9AC06D (or 0x9AC06D) is known color: Olivine. HEX triplet: 9A, C0 and 6D. RGB value is (154,192,109). Sum of RGB (Red+Green+Blue) = 154+192+109=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC06D is #653F92. Grayscale: #ABABAB. Windows color (decimal): -6635411 or 7192730. OLE color: 7192730.

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

Color convert

RGB 154 192 109 -
CMYK 0.20 0 0.43 0.25
HSL 87.47º 0.4% 0.59% -
HSV(B) 87.47º 0.43% 0.75% -
XYZ 34.94 45.67 21.44 -
YUV 171.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 154 192 109 0.20 0 0.43 0.25 87.47 0.4 0.59
Hex 9A C0 6D 14 0 2B 19 57 28 3B
Octal 232 300 155 24 0 53 31 127 50 73
Binary 10011010 11000000 1101101 10100 0 101011 11001 1010111 101000 111011

Color Harmonies of #9AC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC06D

Black with #9AC06D

Text Example


Text Example

White with #9AC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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