#93CD6A

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

Shades of Olivine #93CD6A

Tints of Olivine #93CD6A

Color information

#93CD6A (or 0x93CD6A) is unknown color: approx Olivine. HEX triplet: 93, CD and 6A. RGB value is (147,205,106). Sum of RGB (Red+Green+Blue) = 147+205+106=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CD6A is #6C3295. Grayscale: #B0B0B0. Windows color (decimal): -7090838 or 6999443. OLE color: 6999443.

HSL color Cylindrical-coordinate representation of color #93CD6A: hue angle of 95.15º 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 #93CD6A is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB147205106-
CMYK0.2800.480.20
HSL95.15º49.75%60.98%-
HSV(B)95.15º48.29%80.39%-
XYZ36.4750.9121.54-
YUV176.3788.28107.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=32.10%
G=44.76%
B=23.14%

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
Decimal1472051060.2800.480.2095.1549.7560.98
Hex93CD6A1C030145f323d
Octal22331515234060241376275
Binary10010011110011011101010111000110000101001011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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