Html Css Color HEX #93CD6E Olivine

📋 copy color: '#93CD6E'

red 147 ◦ green 205 ◦ blue 110

#93CD6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #93CD6E

Tints of Olivine #93CD6E

RGB

 RED value IS 147 (57.81% from 255) = 31.82%

 GREEN value IS 205 (80.47% from 255) = 44.37%

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 31.82%
G = 44.37%
B = 23.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#93CD6E (or 0x93CD6E) is known color: Olivine. HEX triplet: 93, CD and 6E. RGB value is (147,205,110). Sum of RGB (Red+Green+Blue) = 147+205+110=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CD6E is #6C3291. Grayscale: #B1B1B1. Windows color (decimal): -7090834 or 7261587. OLE color: 7261587.

HSL color Cylindrical-coordinate representation of color #93CD6E: hue angle of 96.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93CD6E is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 205 110 -
CMYK 0.28 0 0.46 0.20
HSL 96.63º 0.49% 0.62% -
HSV(B) 96.63º 0.46% 0.8% -
XYZ 36.68 50.99 22.66 -
YUV 176.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 147 205 110 0.28 0 0.46 0.20 96.63 0.49 0.62
Hex 93 CD 6E 1C 0 2E 14 61 31 3E
Octal 223 315 156 34 0 56 24 141 61 76
Binary 10010011 11001101 1101110 11100 0 101110 10100 1100001 110001 111110

Color Harmonies of #93CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CD6E

Black with #93CD6E

Text Example


Text Example

White with #93CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93CD6E;
 }
 .AnyTagClassName
 {
   color: #93CD6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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