Html Css Color HEX #94DC46 Atlantis

📋 copy color: '#94DC46'

red 148 ◦ green 220 ◦ blue 70

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

Shades of Atlantis #94DC46

Tints of Atlantis #94DC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.23%

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 33.79%
G = 50.23%
B = 15.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#94DC46 (or 0x94DC46) is known color: Atlantis. HEX triplet: 94, DC and 46. RGB value is (148,220,70). Sum of RGB (Red+Green+Blue) = 148+220+70=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DC46 is #6B23B9. Grayscale: #B5B5B5. Windows color (decimal): -7021498 or 4643988. OLE color: 4643988.

HSL color Cylindrical-coordinate representation of color #94DC46: hue angle of 88.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94DC46 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 70 -
CMYK 0.33 0 0.68 0.14
HSL 88.8º 0.68% 0.57% -
HSV(B) 88.8º 0.68% 0.86% -
XYZ 38.91 57.92 14.92 -
YUV 181.37 65.15 104.2 -
System Red Green Blue C M Y K H S L
Decimal 148 220 70 0.33 0 0.68 0.14 88.8 0.68 0.57
Hex 94 DC 46 21 0 44 E 59 44 39
Octal 224 334 106 41 0 104 16 131 104 71
Binary 10010100 11011100 1000110 100001 0 1000100 1110 1011001 1000100 111001

Color Harmonies of #94DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC46

Black with #94DC46

Text Example


Text Example

White with #94DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,220,70); }

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

background-color css

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

 a { background-color: rgb(148,220,70); }

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

border-color css

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

 span { border-color: rgb(148,220,70); }

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