Html Css Color HEX #94D53A Atlantis

📋 copy color: '#94D53A'

red 148 ◦ green 213 ◦ blue 58

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

Shades of Atlantis #94D53A

Tints of Atlantis #94D53A

RGB

 RED value IS 148 (58.2% from 255) = 35.32%

 GREEN value IS 213 (83.59% from 255) = 50.84%

 BLUE value IS 58 (23.05% from 255) = 13.84%

R = 35.32%
G = 50.84%
B = 13.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#94D53A (or 0x94D53A) is known color: Atlantis. HEX triplet: 94, D5 and 3A. RGB value is (148,213,58). Sum of RGB (Red+Green+Blue) = 148+213+58=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #94D53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D53A is #6B2AC5. Grayscale: #B0B0B0. Windows color (decimal): -7023302 or 3855764. OLE color: 3855764.

HSL color Cylindrical-coordinate representation of color #94D53A: hue angle of 85.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94D53A is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 58 -
CMYK 0.31 0 0.73 0.16
HSL 85.16º 0.65% 0.53% -
HSV(B) 85.16º 0.73% 0.84% -
XYZ 36.77 54.19 12.52 -
YUV 175.9 61.47 108.1 -
System Red Green Blue C M Y K H S L
Decimal 148 213 58 0.31 0 0.73 0.16 85.16 0.65 0.53
Hex 94 D5 3A 1F 0 49 10 55 41 35
Octal 224 325 72 37 0 111 20 125 101 65
Binary 10010100 11010101 111010 11111 0 1001001 10000 1010101 1000001 110101

Color Harmonies of #94D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D53A

Black with #94D53A

Text Example


Text Example

White with #94D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D53A; }

 p { color: rgb(148,213,58); }

 H1.HeaderClassName
 {
   color: #94D53A;
 }
 .AnyTagClassName
 {
   color: #94D53A;
 }
</style>

background-color css

<style>
 a { background-color: #94D53A; }

 a { background-color: rgb(148,213,58); }

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

border-color css

<style>
 span { border-color: #94D53A; }

 span { border-color: rgb(148,213,58); }

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