Html Css Color HEX #9AC07D Olivine

📋 copy color: '#9AC07D'

red 154 ◦ green 192 ◦ blue 125

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

Shades of Olivine #9AC07D

Tints of Olivine #9AC07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 32.7%
G = 40.76%
B = 26.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#9AC07D (or 0x9AC07D) is known color: Olivine. HEX triplet: 9A, C0 and 7D. RGB value is (154,192,125). Sum of RGB (Red+Green+Blue) = 154+192+125=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC07D is #653F82. Grayscale: #ADADAD. Windows color (decimal): -6635395 or 8241306. OLE color: 8241306.

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

Color convert

RGB 154 192 125 -
CMYK 0.20 0 0.35 0.25
HSL 94.03º 0.35% 0.62% -
HSV(B) 94.03º 0.35% 0.75% -
XYZ 35.88 46.05 26.4 -
YUV 173 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 154 192 125 0.20 0 0.35 0.25 94.03 0.35 0.62
Hex 9A C0 7D 14 0 23 19 5E 23 3E
Octal 232 300 175 24 0 43 31 136 43 76
Binary 10011010 11000000 1111101 10100 0 100011 11001 1011110 100011 111110

Color Harmonies of #9AC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC07D

Black with #9AC07D

Text Example


Text Example

White with #9AC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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