Html Css Color HEX #94E944 Atlantis

📋 copy color: '#94E944'

red 148 ◦ green 233 ◦ blue 68

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

Shades of Atlantis #94E944

Tints of Atlantis #94E944

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.89%

 BLUE value IS 68 (26.95% from 255) = 15.14%

R = 32.96%
G = 51.89%
B = 15.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#94E944 (or 0x94E944) is known color: Atlantis. HEX triplet: 94, E9 and 44. RGB value is (148,233,68). Sum of RGB (Red+Green+Blue) = 148+233+68=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #94E944 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94E944 is #6B16BB. Grayscale: #BDBDBD. Windows color (decimal): -7018172 or 4516244. OLE color: 4516244.

HSL color Cylindrical-coordinate representation of color #94E944: hue angle of 90.91º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94E944 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 233 68 -
CMYK 0.36 0 0.71 0.09
HSL 90.91º 0.79% 0.59% -
HSV(B) 90.91º 0.71% 0.91% -
XYZ 42.4 64.99 15.78 -
YUV 188.78 59.84 98.92 -
System Red Green Blue C M Y K H S L
Decimal 148 233 68 0.36 0 0.71 0.09 90.91 0.79 0.59
Hex 94 E9 44 24 0 47 9 5B 4F 3B
Octal 224 351 104 44 0 107 11 133 117 73
Binary 10010100 11101001 1000100 100100 0 1000111 1001 1011011 1001111 111011

Color Harmonies of #94E944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E944

Black with #94E944

Text Example


Text Example

White with #94E944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,233,68); }

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

background-color css

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

 a { background-color: rgb(148,233,68); }

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

border-color css

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

 span { border-color: rgb(148,233,68); }

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