Html Css Color HEX #93CA4A Atlantis

📋 copy color: '#93CA4A'

red 147 ◦ green 202 ◦ blue 74

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

Shades of Atlantis #93CA4A

Tints of Atlantis #93CA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.75%

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

R = 34.75%
G = 47.75%
B = 17.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#93CA4A (or 0x93CA4A) is known color: Atlantis. HEX triplet: 93, CA and 4A. RGB value is (147,202,74). Sum of RGB (Red+Green+Blue) = 147+202+74=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CA4A is #6C35B5. Grayscale: #ABABAB. Windows color (decimal): -7091638 or 4901523. OLE color: 4901523.

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

Color convert

RGB 147 202 74 -
CMYK 0.27 0 0.63 0.21
HSL 85.78º 0.55% 0.54% -
HSV(B) 85.78º 0.63% 0.79% -
XYZ 34.39 48.94 14.11 -
YUV 170.96 73.28 110.91 -
System Red Green Blue C M Y K H S L
Decimal 147 202 74 0.27 0 0.63 0.21 85.78 0.55 0.54
Hex 93 CA 4A 1B 0 3F 15 56 37 36
Octal 223 312 112 33 0 77 25 126 67 66
Binary 10010011 11001010 1001010 11011 0 111111 10101 1010110 110111 110110

Color Harmonies of #93CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA4A

Black with #93CA4A

Text Example


Text Example

White with #93CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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