Html Css Color HEX #93C270 Olivine

📋 copy color: '#93C270'

red 147 ◦ green 194 ◦ blue 112

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

Shades of Olivine #93C270

Tints of Olivine #93C270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 32.45%
G = 42.83%
B = 24.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#93C270 (or 0x93C270) is known color: Olivine. HEX triplet: 93, C2 and 70. RGB value is (147,194,112). Sum of RGB (Red+Green+Blue) = 147+194+112=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #93C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C270 is #6C3D8F. Grayscale: #AAAAAA. Windows color (decimal): -7093648 or 7389843. OLE color: 7389843.

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

Color convert

RGB 147 194 112 -
CMYK 0.24 0 0.42 0.24
HSL 94.39º 0.4% 0.6% -
HSV(B) 94.39º 0.42% 0.76% -
XYZ 34.25 45.96 22.39 -
YUV 170.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 147 194 112 0.24 0 0.42 0.24 94.39 0.4 0.6
Hex 93 C2 70 18 0 2A 18 5E 28 3C
Octal 223 302 160 30 0 52 30 136 50 74
Binary 10010011 11000010 1110000 11000 0 101010 11000 1011110 101000 111100

Color Harmonies of #93C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C270

Black with #93C270

Text Example


Text Example

White with #93C270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,194,112); }

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

background-color css

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

 a { background-color: rgb(147,194,112); }

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

border-color css

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

 span { border-color: rgb(147,194,112); }

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