#94CD6F

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

Shades of Olivine #94CD6F

Tints of Olivine #94CD6F

Color information

#94CD6F (or 0x94CD6F) is unknown color: approx Olivine. HEX triplet: 94, CD and 6F. RGB value is (148,205,111). Sum of RGB (Red+Green+Blue) = 148+205+111=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CD6F is #6B3290. Grayscale: #B1B1B1. Windows color (decimal): -7025297 or 7327124. OLE color: 7327124.

HSL color Cylindrical-coordinate representation of color #94CD6F: hue angle of 96.38º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94CD6F is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB148205111-
CMYK0.2800.460.20
HSL96.38º48.45%61.96%-
HSV(B)96.38º45.85%80.39%-
XYZ36.9151.1122.96-
YUV177.2490.62107.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=31.90%
G=44.18%
B=23.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051110.2800.460.2096.3848.4561.96
Hex94CD6F1C02E1460303e
Octal22431515734056241406076
Binary10010100110011011101111111000101110101001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,205,111); }

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

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

 a { background-color: rgb(148,205,111); }

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

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

 span { border-color: rgb(148,205,111); }

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