Html Css Color HEX #94E245 Atlantis

📋 copy color: '#94E245'

red 148 ◦ green 226 ◦ blue 69

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

Shades of Atlantis #94E245

Tints of Atlantis #94E245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.58%

R = 33.41%
G = 51.02%
B = 15.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#94E245 (or 0x94E245) is known color: Atlantis. HEX triplet: 94, E2 and 45. RGB value is (148,226,69). Sum of RGB (Red+Green+Blue) = 148+226+69=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #94E245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E245 is #6B1DBA. Grayscale: #B9B9B9. Windows color (decimal): -7019963 or 4579988. OLE color: 4579988.

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

Color convert

RGB 148 226 69 -
CMYK 0.35 0 0.69 0.11
HSL 89.81º 0.73% 0.58% -
HSV(B) 89.81º 0.69% 0.89% -
XYZ 40.48 61.12 15.29 -
YUV 184.78 62.66 101.77 -
System Red Green Blue C M Y K H S L
Decimal 148 226 69 0.35 0 0.69 0.11 89.81 0.73 0.58
Hex 94 E2 45 23 0 45 B 5A 49 3A
Octal 224 342 105 43 0 105 13 132 111 72
Binary 10010100 11100010 1000101 100011 0 1000101 1011 1011010 1001001 111010

Color Harmonies of #94E245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E245

Black with #94E245

Text Example


Text Example

White with #94E245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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