Html Css Color HEX #94EE3E Atlantis

📋 copy color: '#94EE3E'

red 148 ◦ green 238 ◦ blue 62

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

Shades of Atlantis #94EE3E

Tints of Atlantis #94EE3E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.13%

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 33.04%
G = 53.13%
B = 13.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#94EE3E (or 0x94EE3E) is known color: Atlantis. HEX triplet: 94, EE and 3E. RGB value is (148,238,62). Sum of RGB (Red+Green+Blue) = 148+238+62=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EE3E is #6B11C1. Grayscale: #BFBFBF. Windows color (decimal): -7016898 or 4124308. OLE color: 4124308.

HSL color Cylindrical-coordinate representation of color #94EE3E: hue angle of 90.68º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94EE3E is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 62 -
CMYK 0.38 0 0.74 0.07
HSL 90.68º 0.84% 0.59% -
HSV(B) 90.68º 0.74% 0.93% -
XYZ 43.66 67.79 15.34 -
YUV 191.03 55.18 97.31 -
System Red Green Blue C M Y K H S L
Decimal 148 238 62 0.38 0 0.74 0.07 90.68 0.84 0.59
Hex 94 EE 3E 26 0 4A 7 5B 54 3B
Octal 224 356 76 46 0 112 7 133 124 73
Binary 10010100 11101110 111110 100110 0 1001010 111 1011011 1010100 111011

Color Harmonies of #94EE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EE3E

Black with #94EE3E

Text Example


Text Example

White with #94EE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,238,62); }

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

background-color css

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

 a { background-color: rgb(148,238,62); }

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

border-color css

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

 span { border-color: rgb(148,238,62); }

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