Html Css Color HEX #9AC15D Olivine

📋 copy color: '#9AC15D'

red 154 ◦ green 193 ◦ blue 93

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

Shades of Olivine #9AC15D

Tints of Olivine #9AC15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.86%

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

R = 35%
G = 43.86%
B = 21.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#9AC15D (or 0x9AC15D) is known color: Olivine. HEX triplet: 9A, C1 and 5D. RGB value is (154,193,93). Sum of RGB (Red+Green+Blue) = 154+193+93=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC15D is #653EA2. Grayscale: #AAAAAA. Windows color (decimal): -6635171 or 6144410. OLE color: 6144410.

HSL color Cylindrical-coordinate representation of color #9AC15D: hue angle of 83.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AC15D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 193 93 -
CMYK 0.20 0 0.52 0.24
HSL 83.4º 0.45% 0.56% -
HSV(B) 83.4º 0.52% 0.76% -
XYZ 34.37 45.8 17.38 -
YUV 169.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 154 193 93 0.20 0 0.52 0.24 83.4 0.45 0.56
Hex 9A C1 5D 14 0 34 18 53 2D 38
Octal 232 301 135 24 0 64 30 123 55 70
Binary 10011010 11000001 1011101 10100 0 110100 11000 1010011 101101 111000

Color Harmonies of #9AC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC15D

Black with #9AC15D

Text Example


Text Example

White with #9AC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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