Html Css Color HEX #94D554 Atlantis

📋 copy color: '#94D554'

red 148 ◦ green 213 ◦ blue 84

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

Shades of Atlantis #94D554

Tints of Atlantis #94D554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.88%

R = 33.26%
G = 47.87%
B = 18.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#94D554 (or 0x94D554) is known color: Atlantis. HEX triplet: 94, D5 and 54. RGB value is (148,213,84). Sum of RGB (Red+Green+Blue) = 148+213+84=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #94D554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D554 is #6B2AAB. Grayscale: #B3B3B3. Windows color (decimal): -7023276 or 5559700. OLE color: 5559700.

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

Color convert

RGB 148 213 84 -
CMYK 0.31 0 0.61 0.16
HSL 90.23º 0.61% 0.58% -
HSV(B) 90.23º 0.61% 0.84% -
XYZ 37.61 54.52 16.93 -
YUV 178.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 148 213 84 0.31 0 0.61 0.16 90.23 0.61 0.58
Hex 94 D5 54 1F 0 3D 10 5A 3D 3A
Octal 224 325 124 37 0 75 20 132 75 72
Binary 10010100 11010101 1010100 11111 0 111101 10000 1011010 111101 111010

Color Harmonies of #94D554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D554

Black with #94D554

Text Example


Text Example

White with #94D554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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