#94CA70

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

Shades of Olivine #94CA70

Tints of Olivine #94CA70

Color information

#94CA70 (or 0x94CA70) is unknown color: approx Olivine. HEX triplet: 94, CA and 70. RGB value is (148,202,112). Sum of RGB (Red+Green+Blue) = 148+202+112=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA70 is #6B358F. Grayscale: #AFAFAF. Windows color (decimal): -7026064 or 7391892. OLE color: 7391892.

HSL color Cylindrical-coordinate representation of color #94CA70: hue angle of 96º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94CA70 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB148202112-
CMYK0.2700.450.21
HSL96º45.92%61.57%-
HSV(B)96º44.55%79.22%-
XYZ36.2649.7123.01-
YUV175.5992.11108.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=32.03%
G=43.72%
B=24.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021120.2700.450.219645.9261.57
Hex94CA701B02D15602e3e
Octal22431216033055251405676
Binary10010100110010101110000110110101101101011100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CA70; }

 p { color: rgb(148,202,112); }

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

<style>
 a { background-color: #94CA70; }

 a { background-color: rgb(148,202,112); }

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

<style>
 span { border-color: #94CA70; }

 span { border-color: rgb(148,202,112); }

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