Html Css Color HEX #94E146 Atlantis

📋 copy color: '#94E146'

red 148 ◦ green 225 ◦ blue 70

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

Shades of Atlantis #94E146

Tints of Atlantis #94E146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.8%

R = 33.41%
G = 50.79%
B = 15.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#94E146 (or 0x94E146) is known color: Atlantis. HEX triplet: 94, E1 and 46. RGB value is (148,225,70). Sum of RGB (Red+Green+Blue) = 148+225+70=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #94E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E146 is #6B1EB9. Grayscale: #B8B8B8. Windows color (decimal): -7020218 or 4645268. OLE color: 4645268.

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

Color convert

RGB 148 225 70 -
CMYK 0.34 0 0.69 0.12
HSL 89.81º 0.72% 0.58% -
HSV(B) 89.81º 0.69% 0.88% -
XYZ 40.24 60.59 15.37 -
YUV 184.31 63.49 102.1 -
System Red Green Blue C M Y K H S L
Decimal 148 225 70 0.34 0 0.69 0.12 89.81 0.72 0.58
Hex 94 E1 46 22 0 45 C 5A 48 3A
Octal 224 341 106 42 0 105 14 132 110 72
Binary 10010100 11100001 1000110 100010 0 1000101 1100 1011010 1001000 111010

Color Harmonies of #94E146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E146

Black with #94E146

Text Example


Text Example

White with #94E146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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