Html Css Color HEX #94D444 Atlantis

📋 copy color: '#94D444'

red 148 ◦ green 212 ◦ blue 68

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

Shades of Atlantis #94D444

Tints of Atlantis #94D444

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.53%

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

R = 34.58%
G = 49.53%
B = 15.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#94D444 (or 0x94D444) is known color: Atlantis. HEX triplet: 94, D4 and 44. RGB value is (148,212,68). Sum of RGB (Red+Green+Blue) = 148+212+68=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #94D444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D444 is #6B2BBB. Grayscale: #B0B0B0. Windows color (decimal): -7023548 or 4510868. OLE color: 4510868.

HSL color Cylindrical-coordinate representation of color #94D444: hue angle of 86.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94D444 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 212 68 -
CMYK 0.30 0 0.68 0.17
HSL 86.67º 0.63% 0.55% -
HSV(B) 86.67º 0.68% 0.83% -
XYZ 36.8 53.8 13.91 -
YUV 176.45 66.8 107.71 -
System Red Green Blue C M Y K H S L
Decimal 148 212 68 0.30 0 0.68 0.17 86.67 0.63 0.55
Hex 94 D4 44 1E 0 44 11 57 3F 37
Octal 224 324 104 36 0 104 21 127 77 67
Binary 10010100 11010100 1000100 11110 0 1000100 10001 1010111 111111 110111

Color Harmonies of #94D444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D444

Black with #94D444

Text Example


Text Example

White with #94D444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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