Html Css Color HEX #94E147 Atlantis

📋 copy color: '#94E147'

red 148 ◦ green 225 ◦ blue 71

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

Shades of Atlantis #94E147

Tints of Atlantis #94E147

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.68%

 BLUE value IS 71 (28.13% from 255) = 15.99%

R = 33.33%
G = 50.68%
B = 15.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#94E147 (or 0x94E147) is known color: Atlantis. HEX triplet: 94, E1 and 47. RGB value is (148,225,71). Sum of RGB (Red+Green+Blue) = 148+225+71=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #94E147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E147 is #6B1EB8. Grayscale: #B8B8B8. Windows color (decimal): -7020217 or 4710804. OLE color: 4710804.

HSL color Cylindrical-coordinate representation of color #94E147: hue angle of 90º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94E147 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 71 -
CMYK 0.34 0 0.68 0.12
HSL 90º 0.72% 0.58% -
HSV(B) 90º 0.68% 0.88% -
XYZ 40.28 60.6 15.54 -
YUV 184.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 148 225 71 0.34 0 0.68 0.12 90 0.72 0.58
Hex 94 E1 47 22 0 44 C 5A 48 3A
Octal 224 341 107 42 0 104 14 132 110 72
Binary 10010100 11100001 1000111 100010 0 1000100 1100 1011010 1001000 111010

Color Harmonies of #94E147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E147

Black with #94E147

Text Example


Text Example

White with #94E147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,225,71); }

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

background-color css

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

 a { background-color: rgb(148,225,71); }

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

border-color css

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

 span { border-color: rgb(148,225,71); }

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