#94CD6A

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

Shades of Olivine #94CD6A

Tints of Olivine #94CD6A

Color information

#94CD6A (or 0x94CD6A) is unknown color: approx Olivine. HEX triplet: 94, CD and 6A. RGB value is (148,205,106). Sum of RGB (Red+Green+Blue) = 148+205+106=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CD6A is #6B3295. Grayscale: #B1B1B1. Windows color (decimal): -7025302 or 6999444. OLE color: 6999444.

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

Color convert

RGB148205106-
CMYK0.2800.480.20
HSL94.55º49.75%60.98%-
HSV(B)94.55º48.29%80.39%-
XYZ36.655121.55-
YUV176.6788.12107.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=32.24%
G=44.66%
B=23.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051060.2800.480.2094.5549.7560.98
Hex94CD6A1C030145f323d
Octal22431515234060241376275
Binary10010100110011011101010111000110000101001011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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