Html Css Color HEX #94D548 Atlantis

📋 copy color: '#94D548'

red 148 ◦ green 213 ◦ blue 72

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

Shades of Atlantis #94D548

Tints of Atlantis #94D548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

 BLUE value IS 72 (28.52% from 255) = 16.63%

R = 34.18%
G = 49.19%
B = 16.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#94D548 (or 0x94D548) is known color: Atlantis. HEX triplet: 94, D5 and 48. RGB value is (148,213,72). Sum of RGB (Red+Green+Blue) = 148+213+72=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #94D548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D548 is #6B2AB7. Grayscale: #B1B1B1. Windows color (decimal): -7023288 or 4773268. OLE color: 4773268.

HSL color Cylindrical-coordinate representation of color #94D548: hue angle of 87.66º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94D548 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 72 -
CMYK 0.31 0 0.66 0.16
HSL 87.66º 0.63% 0.56% -
HSV(B) 87.66º 0.66% 0.84% -
XYZ 37.18 54.35 14.66 -
YUV 177.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 148 213 72 0.31 0 0.66 0.16 87.66 0.63 0.56
Hex 94 D5 48 1F 0 42 10 58 3F 38
Octal 224 325 110 37 0 102 20 130 77 70
Binary 10010100 11010101 1001000 11111 0 1000010 10000 1011000 111111 111000

Color Harmonies of #94D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D548

Black with #94D548

Text Example


Text Example

White with #94D548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,213,72); }

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

background-color css

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

 a { background-color: rgb(148,213,72); }

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

border-color css

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

 span { border-color: rgb(148,213,72); }

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