Html Css Color HEX #93C950 Atlantis

📋 copy color: '#93C950'

red 147 ◦ green 201 ◦ blue 80

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

Shades of Atlantis #93C950

Tints of Atlantis #93C950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 34.35%
G = 46.96%
B = 18.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#93C950 (or 0x93C950) is known color: Atlantis. HEX triplet: 93, C9 and 50. RGB value is (147,201,80). Sum of RGB (Red+Green+Blue) = 147+201+80=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #93C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C950 is #6C36AF. Grayscale: #ABABAB. Windows color (decimal): -7091888 or 5294483. OLE color: 5294483.

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

Color convert

RGB 147 201 80 -
CMYK 0.27 0 0.60 0.21
HSL 86.78º 0.53% 0.55% -
HSV(B) 86.78º 0.6% 0.79% -
XYZ 34.37 48.56 15.15 -
YUV 171.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 147 201 80 0.27 0 0.60 0.21 86.78 0.53 0.55
Hex 93 C9 50 1B 0 3C 15 57 35 37
Octal 223 311 120 33 0 74 25 127 65 67
Binary 10010011 11001001 1010000 11011 0 111100 10101 1010111 110101 110111

Color Harmonies of #93C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C950

Black with #93C950

Text Example


Text Example

White with #93C950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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