#9AC35A

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

Shades of Olivine #9AC35A

Tints of Olivine #9AC35A

Color information

#9AC35A (or 0x9AC35A) is unknown color: approx Olivine. HEX triplet: 9A, C3 and 5A. RGB value is (154,195,90). Sum of RGB (Red+Green+Blue) = 154+195+90=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC35A is #653CA5. Grayscale: #ABABAB. Windows color (decimal): -6634662 or 5948314. OLE color: 5948314.

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

Color convert

RGB15419590-
CMYK0.2100.540.24
HSL83.43º46.67%55.88%-
HSV(B)83.43º53.85%76.47%-
XYZ34.6946.6416.85-
YUV170.7782.42116.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.08%
GREEN value IS 195 (76.56% from 255) = 44.42%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=35.08%
G=44.42%
B=20.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154195900.2100.540.2483.4346.6755.88
Hex9AC35A1503618532f38
Octal23230313225066301235770
Binary10011010110000111011010101010110110110001010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,90); }

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

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

 a { background-color: rgb(154,195,90); }

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

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

 span { border-color: rgb(154,195,90); }

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