#94D269

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

Shades of Olivine #94D269

Tints of Olivine #94D269

Color information

#94D269 (or 0x94D269) is unknown color: approx Olivine. HEX triplet: 94, D2 and 69. RGB value is (148,210,105). Sum of RGB (Red+Green+Blue) = 148+210+105=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #94D269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D269 is #6B2D96. Grayscale: #B3B3B3. Windows color (decimal): -7024023 or 6935188. OLE color: 6935188.

HSL color Cylindrical-coordinate representation of color #94D269: hue angle of 95.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94D269 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB148210105-
CMYK0.3000.500.18
HSL95.43º53.85%61.76%-
HSV(B)95.43º50%82.35%-
XYZ37.8153.4121.68-
YUV179.4985.96105.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=31.97%
G=45.36%
B=22.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482101050.3000.500.1895.4353.8561.76
Hex94D2691E032125f363e
Octal22432215136062221376676
Binary10010100110100101101001111100110010100101011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,210,105); }

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

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

 a { background-color: rgb(148,210,105); }

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

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

 span { border-color: rgb(148,210,105); }

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