Html Css Color HEX #93F65A Conifer

📋 copy color: '#93F65A'

red 147 ◦ green 246 ◦ blue 90

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

Shades of Conifer #93F65A

Tints of Conifer #93F65A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.93%

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 30.43%
G = 50.93%
B = 18.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#93F65A (or 0x93F65A) is known color: Conifer. HEX triplet: 93, F6 and 5A. RGB value is (147,246,90). Sum of RGB (Red+Green+Blue) = 147+246+90=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #93F65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F65A is #6C09A5. Grayscale: #C7C7C7. Windows color (decimal): -7080358 or 5961363. OLE color: 5961363.

HSL color Cylindrical-coordinate representation of color #93F65A: hue angle of 98.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93F65A is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 246 90 -
CMYK 0.40 0 0.63 0.04
HSL 98.08º 0.9% 0.66% -
HSV(B) 98.08º 0.63% 0.96% -
XYZ 46.83 72.85 21.27 -
YUV 198.62 66.7 91.18 -
System Red Green Blue C M Y K H S L
Decimal 147 246 90 0.40 0 0.63 0.04 98.08 0.9 0.66
Hex 93 F6 5A 28 0 3F 4 62 5A 42
Octal 223 366 132 50 0 77 4 142 132 102
Binary 10010011 11110110 1011010 101000 0 111111 100 1100010 1011010 1000010

Color Harmonies of #93F65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F65A

Black with #93F65A

Text Example


Text Example

White with #93F65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,246,90); }

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

background-color css

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

 a { background-color: rgb(147,246,90); }

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

border-color css

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

 span { border-color: rgb(147,246,90); }

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