Html Css Color HEX #9AC65D Olivine

📋 copy color: '#9AC65D'

red 154 ◦ green 198 ◦ blue 93

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

Shades of Olivine #9AC65D

Tints of Olivine #9AC65D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 34.61%
G = 44.49%
B = 20.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#9AC65D (or 0x9AC65D) is known color: Olivine. HEX triplet: 9A, C6 and 5D. RGB value is (154,198,93). Sum of RGB (Red+Green+Blue) = 154+198+93=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC65D is #6539A2. Grayscale: #ADADAD. Windows color (decimal): -6633891 or 6145690. OLE color: 6145690.

HSL color Cylindrical-coordinate representation of color #9AC65D: hue angle of 85.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AC65D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 198 93 -
CMYK 0.22 0 0.53 0.22
HSL 85.14º 0.48% 0.57% -
HSV(B) 85.14º 0.53% 0.78% -
XYZ 35.5 48.05 17.76 -
YUV 172.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 154 198 93 0.22 0 0.53 0.22 85.14 0.48 0.57
Hex 9A C6 5D 16 0 35 16 55 30 39
Octal 232 306 135 26 0 65 26 125 60 71
Binary 10011010 11000110 1011101 10110 0 110101 10110 1010101 110000 111001

Color Harmonies of #9AC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC65D

Black with #9AC65D

Text Example


Text Example

White with #9AC65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,198,93); }

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

background-color css

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

 a { background-color: rgb(154,198,93); }

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

border-color css

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

 span { border-color: rgb(154,198,93); }

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