Html Css Color HEX #93C952 Atlantis

📋 copy color: '#93C952'

red 147 ◦ green 201 ◦ blue 82

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

Shades of Atlantis #93C952

Tints of Atlantis #93C952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.07%

R = 34.19%
G = 46.74%
B = 19.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#93C952 (or 0x93C952) is known color: Atlantis. HEX triplet: 93, C9 and 52. RGB value is (147,201,82). Sum of RGB (Red+Green+Blue) = 147+201+82=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #93C952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C952 is #6C36AD. Grayscale: #ABABAB. Windows color (decimal): -7091886 or 5425555. OLE color: 5425555.

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

Color convert

RGB 147 201 82 -
CMYK 0.27 0 0.59 0.21
HSL 87.23º 0.52% 0.55% -
HSV(B) 87.23º 0.59% 0.79% -
XYZ 34.44 48.59 15.55 -
YUV 171.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 147 201 82 0.27 0 0.59 0.21 87.23 0.52 0.55
Hex 93 C9 52 1B 0 3B 15 57 34 37
Octal 223 311 122 33 0 73 25 127 64 67
Binary 10010011 11001001 1010010 11011 0 111011 10101 1010111 110100 110111

Color Harmonies of #93C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C952

Black with #93C952

Text Example


Text Example

White with #93C952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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