Html Css Color HEX #94E348 Atlantis

📋 copy color: '#94E348'

red 148 ◦ green 227 ◦ blue 72

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

Shades of Atlantis #94E348

Tints of Atlantis #94E348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.78%

 BLUE value IS 72 (28.52% from 255) = 16.11%

R = 33.11%
G = 50.78%
B = 16.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#94E348 (or 0x94E348) is known color: Atlantis. HEX triplet: 94, E3 and 48. RGB value is (148,227,72). Sum of RGB (Red+Green+Blue) = 148+227+72=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #94E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E348 is #6B1CB7. Grayscale: #BABABA. Windows color (decimal): -7019704 or 4776852. OLE color: 4776852.

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

Color convert

RGB 148 227 72 -
CMYK 0.35 0 0.68 0.11
HSL 90.58º 0.73% 0.59% -
HSV(B) 90.58º 0.68% 0.89% -
XYZ 40.85 61.7 15.89 -
YUV 185.71 63.83 101.1 -
System Red Green Blue C M Y K H S L
Decimal 148 227 72 0.35 0 0.68 0.11 90.58 0.73 0.59
Hex 94 E3 48 23 0 44 B 5B 49 3B
Octal 224 343 110 43 0 104 13 133 111 73
Binary 10010100 11100011 1001000 100011 0 1000100 1011 1011011 1001001 111011

Color Harmonies of #94E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E348

Black with #94E348

Text Example


Text Example

White with #94E348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,227,72); }

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

background-color css

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

 a { background-color: rgb(148,227,72); }

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

border-color css

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

 span { border-color: rgb(148,227,72); }

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