Html Css Color HEX #9AC25D Olivine

📋 copy color: '#9AC25D'

red 154 ◦ green 194 ◦ blue 93

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

Shades of Olivine #9AC25D

Tints of Olivine #9AC25D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

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

R = 34.92%
G = 43.99%
B = 21.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#9AC25D (or 0x9AC25D) is known color: Olivine. HEX triplet: 9A, C2 and 5D. RGB value is (154,194,93). Sum of RGB (Red+Green+Blue) = 154+194+93=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC25D is #653DA2. Grayscale: #AAAAAA. Windows color (decimal): -6634915 or 6144666. OLE color: 6144666.

HSL color Cylindrical-coordinate representation of color #9AC25D: hue angle of 83.76º 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 #9AC25D is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 194 93 -
CMYK 0.21 0 0.52 0.24
HSL 83.76º 0.45% 0.56% -
HSV(B) 83.76º 0.52% 0.76% -
XYZ 34.59 46.24 17.46 -
YUV 170.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 154 194 93 0.21 0 0.52 0.24 83.76 0.45 0.56
Hex 9A C2 5D 15 0 34 18 54 2D 38
Octal 232 302 135 25 0 64 30 124 55 70
Binary 10011010 11000010 1011101 10101 0 110100 11000 1010100 101101 111000

Color Harmonies of #9AC25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC25D

Black with #9AC25D

Text Example


Text Example

White with #9AC25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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