Html Css Color HEX #94DC4E Atlantis

📋 copy color: '#94DC4E'

red 148 ◦ green 220 ◦ blue 78

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

Shades of Atlantis #94DC4E

Tints of Atlantis #94DC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.49%

R = 33.18%
G = 49.33%
B = 17.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#94DC4E (or 0x94DC4E) is known color: Atlantis. HEX triplet: 94, DC and 4E. RGB value is (148,220,78). Sum of RGB (Red+Green+Blue) = 148+220+78=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC4E is #6B23B1. Grayscale: #B6B6B6. Windows color (decimal): -7021490 or 5168276. OLE color: 5168276.

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

Color convert

RGB 148 220 78 -
CMYK 0.33 0 0.65 0.14
HSL 90.42º 0.67% 0.58% -
HSV(B) 90.42º 0.65% 0.86% -
XYZ 39.18 58.03 16.34 -
YUV 182.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 148 220 78 0.33 0 0.65 0.14 90.42 0.67 0.58
Hex 94 DC 4E 21 0 41 E 5A 43 3A
Octal 224 334 116 41 0 101 16 132 103 72
Binary 10010100 11011100 1001110 100001 0 1000001 1110 1011010 1000011 111010

Color Harmonies of #94DC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC4E

Black with #94DC4E

Text Example


Text Example

White with #94DC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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