Html Css Color HEX #93C948 Atlantis

📋 copy color: '#93C948'

red 147 ◦ green 201 ◦ blue 72

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

Shades of Atlantis #93C948

Tints of Atlantis #93C948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.86%

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 35%
G = 47.86%
B = 17.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#93C948 (or 0x93C948) is known color: Atlantis. HEX triplet: 93, C9 and 48. RGB value is (147,201,72). Sum of RGB (Red+Green+Blue) = 147+201+72=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #93C948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C948 is #6C36B7. Grayscale: #AAAAAA. Windows color (decimal): -7091896 or 4770195. OLE color: 4770195.

HSL color Cylindrical-coordinate representation of color #93C948: hue angle of 85.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93C948 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 72 -
CMYK 0.27 0 0.64 0.21
HSL 85.12º 0.54% 0.54% -
HSV(B) 85.12º 0.64% 0.79% -
XYZ 34.09 48.44 13.68 -
YUV 170.15 72.61 111.49 -
System Red Green Blue C M Y K H S L
Decimal 147 201 72 0.27 0 0.64 0.21 85.12 0.54 0.54
Hex 93 C9 48 1B 0 40 15 55 36 36
Octal 223 311 110 33 0 100 25 125 66 66
Binary 10010011 11001001 1001000 11011 0 1000000 10101 1010101 110110 110110

Color Harmonies of #93C948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C948

Black with #93C948

Text Example


Text Example

White with #93C948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,201,72); }

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

background-color css

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

 a { background-color: rgb(147,201,72); }

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

border-color css

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

 span { border-color: rgb(147,201,72); }

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