#94C562

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

Shades of Olivine #94C562

Tints of Olivine #94C562

Color information

#94C562 (or 0x94C562) is unknown color: approx Olivine. HEX triplet: 94, C5 and 62. RGB value is (148,197,98). Sum of RGB (Red+Green+Blue) = 148+197+98=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #94C562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C562 is #6B3A9D. Grayscale: #ABABAB. Windows color (decimal): -7027358 or 6473108. OLE color: 6473108.

HSL color Cylindrical-coordinate representation of color #94C562: hue angle of 89.7º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94C562 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB14819798-
CMYK0.2500.500.23
HSL89.7º46.05%57.84%-
HSV(B)89.7º50.25%77.25%-
XYZ34.3847.1118.84-
YUV171.0686.77111.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 197 (77.34% from 255) = 44.47%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=33.41%
G=44.47%
B=22.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148197980.2500.500.2389.746.0557.84
Hex94C56219032175a2e3a
Octal22430514231062271325672
Binary10010100110001011100010110010110010101111011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,197,98); }

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

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

 a { background-color: rgb(148,197,98); }

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

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

 span { border-color: rgb(148,197,98); }

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