Html Css Color HEX #94E141 Atlantis

📋 copy color: '#94E141'

red 148 ◦ green 225 ◦ blue 65

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

Shades of Atlantis #94E141

Tints of Atlantis #94E141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 33.79%
G = 51.37%
B = 14.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#94E141 (or 0x94E141) is known color: Atlantis. HEX triplet: 94, E1 and 41. RGB value is (148,225,65). Sum of RGB (Red+Green+Blue) = 148+225+65=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #94E141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E141 is #6B1EBE. Grayscale: #B8B8B8. Windows color (decimal): -7020223 or 4317588. OLE color: 4317588.

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

Color convert

RGB 148 225 65 -
CMYK 0.34 0 0.71 0.12
HSL 88.88º 0.73% 0.57% -
HSV(B) 88.88º 0.71% 0.88% -
XYZ 40.09 60.53 14.57 -
YUV 183.74 60.99 102.51 -
System Red Green Blue C M Y K H S L
Decimal 148 225 65 0.34 0 0.71 0.12 88.88 0.73 0.57
Hex 94 E1 41 22 0 47 C 59 49 39
Octal 224 341 101 42 0 107 14 131 111 71
Binary 10010100 11100001 1000001 100010 0 1000111 1100 1011001 1001001 111001

Color Harmonies of #94E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E141

Black with #94E141

Text Example


Text Example

White with #94E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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