Html Css Color HEX #93E960 Conifer

📋 copy color: '#93E960'

red 147 ◦ green 233 ◦ blue 96

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

Shades of Conifer #93E960

Tints of Conifer #93E960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.95%

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 30.88%
G = 48.95%
B = 20.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#93E960 (or 0x93E960) is known color: Conifer. HEX triplet: 93, E9 and 60. RGB value is (147,233,96). Sum of RGB (Red+Green+Blue) = 147+233+96=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #93E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E960 is #6C169F. Grayscale: #C0C0C0. Windows color (decimal): -7083680 or 6351251. OLE color: 6351251.

HSL color Cylindrical-coordinate representation of color #93E960: hue angle of 97.66º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93E960 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 233 96 -
CMYK 0.37 0 0.59 0.09
HSL 97.66º 0.76% 0.65% -
HSV(B) 97.66º 0.59% 0.91% -
XYZ 43.28 65.33 21.39 -
YUV 191.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 147 233 96 0.37 0 0.59 0.09 97.66 0.76 0.65
Hex 93 E9 60 25 0 3B 9 62 4C 41
Octal 223 351 140 45 0 73 11 142 114 101
Binary 10010011 11101001 1100000 100101 0 111011 1001 1100010 1001100 1000001

Color Harmonies of #93E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E960

Black with #93E960

Text Example


Text Example

White with #93E960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,233,96); }

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

background-color css

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

 a { background-color: rgb(147,233,96); }

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

border-color css

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

 span { border-color: rgb(147,233,96); }

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