Html Css Color HEX #94E24D Atlantis

📋 copy color: '#94E24D'

red 148 ◦ green 226 ◦ blue 77

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

Shades of Atlantis #94E24D

Tints of Atlantis #94E24D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.11%

 BLUE value IS 77 (30.47% from 255) = 17.07%

R = 32.82%
G = 50.11%
B = 17.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#94E24D (or 0x94E24D) is known color: Atlantis. HEX triplet: 94, E2 and 4D. RGB value is (148,226,77). Sum of RGB (Red+Green+Blue) = 148+226+77=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #94E24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E24D is #6B1DB2. Grayscale: #BABABA. Windows color (decimal): -7019955 or 5104276. OLE color: 5104276.

HSL color Cylindrical-coordinate representation of color #94E24D: hue angle of 91.41º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94E24D is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 226 77 -
CMYK 0.35 0 0.66 0.11
HSL 91.41º 0.72% 0.59% -
HSV(B) 91.41º 0.66% 0.89% -
XYZ 40.75 61.22 16.69 -
YUV 185.69 66.66 101.12 -
System Red Green Blue C M Y K H S L
Decimal 148 226 77 0.35 0 0.66 0.11 91.41 0.72 0.59
Hex 94 E2 4D 23 0 42 B 5B 48 3B
Octal 224 342 115 43 0 102 13 133 110 73
Binary 10010100 11100010 1001101 100011 0 1000010 1011 1011011 1001000 111011

Color Harmonies of #94E24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E24D

Black with #94E24D

Text Example


Text Example

White with #94E24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,226,77); }

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

background-color css

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

 a { background-color: rgb(148,226,77); }

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

border-color css

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

 span { border-color: rgb(148,226,77); }

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