#9AD463

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

Shades of Olivine #9AD463

Tints of Olivine #9AD463

Color information

#9AD463 (or 0x9AD463) is unknown color: approx Olivine. HEX triplet: 9A, D4 and 63. RGB value is (154,212,99). Sum of RGB (Red+Green+Blue) = 154+212+99=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD463 is #652B9C. Grayscale: #B6B6B6. Windows color (decimal): -6630301 or 6542490. OLE color: 6542490.

HSL color Cylindrical-coordinate representation of color #9AD463: hue angle of 90.8º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AD463 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB15421299-
CMYK0.2700.530.17
HSL90.8º56.78%60.98%-
HSV(B)90.8º53.3%83.14%-
XYZ39.1254.8620.33-
YUV181.7881.28108.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=33.12%
G=45.59%
B=21.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal154212990.2700.530.1790.856.7860.98
Hex9AD4631B035115b393d
Octal23232414333065211337175
Binary10011010110101001100011110110110101100011011011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,212,99); }

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

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

 a { background-color: rgb(154,212,99); }

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

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

 span { border-color: rgb(154,212,99); }

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