#9AC25C

Color #9AC25C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9AC25C

Tints of Olivine #9AC25C

Color information

#9AC25C (or 0x9AC25C) is unknown color: approx Olivine. HEX triplet: 9A, C2 and 5C. RGB value is (154,194,92). Sum of RGB (Red+Green+Blue) = 154+194+92=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC25C is #653DA3. Grayscale: #AAAAAA. Windows color (decimal): -6634916 or 6079130. OLE color: 6079130.

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

Color convert

RGB15419492-
CMYK0.2100.530.24
HSL83.53º45.54%56.08%-
HSV(B)83.53º52.58%76.08%-
XYZ34.5546.2317.23-
YUV170.4183.75116.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=35%
G=44.09%
B=20.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154194920.2100.530.2483.5345.5456.08
Hex9AC25C1503518542e38
Octal23230213425065301245670
Binary10011010110000101011100101010110101110001010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AC25C;
 }
 .AnyTagClassName
 {
   color: #9AC25C;
 }
</style>
background-color css

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

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

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

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

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

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