Html Css Color HEX #94EC3F Atlantis

📋 copy color: '#94EC3F'

red 148 ◦ green 236 ◦ blue 63

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

Shades of Atlantis #94EC3F

Tints of Atlantis #94EC3F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.8%

 BLUE value IS 63 (25% from 255) = 14.09%

R = 33.11%
G = 52.8%
B = 14.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#94EC3F (or 0x94EC3F) is known color: Atlantis. HEX triplet: 94, EC and 3F. RGB value is (148,236,63). Sum of RGB (Red+Green+Blue) = 148+236+63=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC3F is #6B13C0. Grayscale: #BEBEBE. Windows color (decimal): -7017409 or 4189332. OLE color: 4189332.

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

Color convert

RGB 148 236 63 -
CMYK 0.37 0 0.73 0.07
HSL 90.52º 0.82% 0.59% -
HSV(B) 90.52º 0.73% 0.93% -
XYZ 43.11 66.65 15.29 -
YUV 189.97 56.35 98.07 -
System Red Green Blue C M Y K H S L
Decimal 148 236 63 0.37 0 0.73 0.07 90.52 0.82 0.59
Hex 94 EC 3F 25 0 49 7 5B 52 3B
Octal 224 354 77 45 0 111 7 133 122 73
Binary 10010100 11101100 111111 100101 0 1001001 111 1011011 1010010 111011

Color Harmonies of #94EC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC3F

Black with #94EC3F

Text Example


Text Example

White with #94EC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,236,63); }

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

background-color css

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

 a { background-color: rgb(148,236,63); }

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

border-color css

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

 span { border-color: rgb(148,236,63); }

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