Html Css Color HEX #94D149 Atlantis

📋 copy color: '#94D149'

red 148 ◦ green 209 ◦ blue 73

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

Shades of Atlantis #94D149

Tints of Atlantis #94D149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.6%

 BLUE value IS 73 (28.91% from 255) = 16.98%

R = 34.42%
G = 48.6%
B = 16.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#94D149 (or 0x94D149) is known color: Atlantis. HEX triplet: 94, D1 and 49. RGB value is (148,209,73). Sum of RGB (Red+Green+Blue) = 148+209+73=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #94D149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D149 is #6B2EB6. Grayscale: #AFAFAF. Windows color (decimal): -7024311 or 4837780. OLE color: 4837780.

HSL color Cylindrical-coordinate representation of color #94D149: hue angle of 86.91º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94D149 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 209 73 -
CMYK 0.29 0 0.65 0.18
HSL 86.91º 0.6% 0.55% -
HSV(B) 86.91º 0.65% 0.82% -
XYZ 36.22 52.38 14.5 -
YUV 175.26 70.29 108.56 -
System Red Green Blue C M Y K H S L
Decimal 148 209 73 0.29 0 0.65 0.18 86.91 0.6 0.55
Hex 94 D1 49 1D 0 41 12 57 3C 37
Octal 224 321 111 35 0 101 22 127 74 67
Binary 10010100 11010001 1001001 11101 0 1000001 10010 1010111 111100 110111

Color Harmonies of #94D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D149

Black with #94D149

Text Example


Text Example

White with #94D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,73); }

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

background-color css

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

 a { background-color: rgb(148,209,73); }

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

border-color css

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

 span { border-color: rgb(148,209,73); }

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