Html Css Color HEX #93CD4A Atlantis

📋 copy color: '#93CD4A'

red 147 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #93CD4A

Tints of Atlantis #93CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.12%

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 34.51%
G = 48.12%
B = 17.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#93CD4A (or 0x93CD4A) is known color: Atlantis. HEX triplet: 93, CD and 4A. RGB value is (147,205,74). Sum of RGB (Red+Green+Blue) = 147+205+74=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CD4A is #6C32B5. Grayscale: #ADADAD. Windows color (decimal): -7090870 or 4902291. OLE color: 4902291.

HSL color Cylindrical-coordinate representation of color #93CD4A: hue angle of 86.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93CD4A is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 205 74 -
CMYK 0.28 0 0.64 0.20
HSL 86.56º 0.57% 0.55% -
HSV(B) 86.56º 0.64% 0.8% -
XYZ 35.1 50.36 14.35 -
YUV 172.72 72.28 109.65 -
System Red Green Blue C M Y K H S L
Decimal 147 205 74 0.28 0 0.64 0.20 86.56 0.57 0.55
Hex 93 CD 4A 1C 0 40 14 57 39 37
Octal 223 315 112 34 0 100 24 127 71 67
Binary 10010011 11001101 1001010 11100 0 1000000 10100 1010111 111001 110111

Color Harmonies of #93CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CD4A

Black with #93CD4A

Text Example


Text Example

White with #93CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,205,74); }

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

background-color css

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

 a { background-color: rgb(147,205,74); }

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

border-color css

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

 span { border-color: rgb(147,205,74); }

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