#94C871

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

Shades of Olivine #94C871

Tints of Olivine #94C871

Color information

#94C871 (or 0x94C871) is unknown color: approx Olivine. HEX triplet: 94, C8 and 71. RGB value is (148,200,113). Sum of RGB (Red+Green+Blue) = 148+200+113=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #94C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C871 is #6B378E. Grayscale: #AEAEAE. Windows color (decimal): -7026575 or 7456916. OLE color: 7456916.

HSL color Cylindrical-coordinate representation of color #94C871: hue angle of 95.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94C871 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB148200113-
CMYK0.2600.440.22
HSL95.86º44.16%61.37%-
HSV(B)95.86º43.5%78.43%-
XYZ35.8548.823.15-
YUV174.5393.27109.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 200 (78.52% from 255) = 43.38%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=32.10%
G=43.38%
B=24.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001130.2600.440.2295.8644.1661.37
Hex94C8711A02C16602c3d
Octal22431016132054261405475
Binary10010100110010001110001110100101100101101100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,200,113); }

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

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

 a { background-color: rgb(148,200,113); }

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

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

 span { border-color: rgb(148,200,113); }

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