#94C272

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

Shades of Olivine #94C272

Tints of Olivine #94C272

Color information

#94C272 (or 0x94C272) is unknown color: approx Olivine. HEX triplet: 94, C2 and 72. RGB value is (148,194,114). Sum of RGB (Red+Green+Blue) = 148+194+114=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #94C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C272 is #6B3D8D. Grayscale: #ABABAB. Windows color (decimal): -7028110 or 7520916. OLE color: 7520916.

HSL color Cylindrical-coordinate representation of color #94C272: hue angle of 94.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94C272 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB148194114-
CMYK0.2400.410.24
HSL94.5º39.6%60.39%-
HSV(B)94.5º41.24%76.08%-
XYZ34.5446.0923-
YUV171.1395.76111.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 114 (44.92% from 255) = 25%
R=32.46%
G=42.54%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941140.2400.410.2494.539.660.39
Hex94C27218029185e283c
Octal22430216230051301365074
Binary10010100110000101110010110000101001110001011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,114); }

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

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

 a { background-color: rgb(148,194,114); }

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

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

 span { border-color: rgb(148,194,114); }

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