Html Css Color HEX #93C03F Atlantis

📋 copy color: '#93C03F'

red 147 ◦ green 192 ◦ blue 63

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

Shades of Atlantis #93C03F

Tints of Atlantis #93C03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

 BLUE value IS 63 (25% from 255) = 15.67%

R = 36.57%
G = 47.76%
B = 15.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#93C03F (or 0x93C03F) is known color: Atlantis. HEX triplet: 93, C0 and 3F. RGB value is (147,192,63). Sum of RGB (Red+Green+Blue) = 147+192+63=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #93C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C03F is #6C3FC0. Grayscale: #A4A4A4. Windows color (decimal): -7094209 or 4178067. OLE color: 4178067.

HSL color Cylindrical-coordinate representation of color #93C03F: hue angle of 80.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93C03F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 192 63 -
CMYK 0.23 0 0.67 0.25
HSL 80.93º 0.51% 0.5% -
HSV(B) 80.93º 0.67% 0.75% -
XYZ 31.78 44.26 11.57 -
YUV 163.84 71.09 115.99 -
System Red Green Blue C M Y K H S L
Decimal 147 192 63 0.23 0 0.67 0.25 80.93 0.51 0.5
Hex 93 C0 3F 17 0 43 19 51 33 32
Octal 223 300 77 27 0 103 31 121 63 62
Binary 10010011 11000000 111111 10111 0 1000011 11001 1010001 110011 110010

Color Harmonies of #93C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C03F

Black with #93C03F

Text Example


Text Example

White with #93C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,192,63); }

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

background-color css

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

 a { background-color: rgb(147,192,63); }

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

border-color css

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

 span { border-color: rgb(147,192,63); }

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