Html Css Color HEX #94D039 Atlantis

📋 copy color: '#94D039'

red 148 ◦ green 208 ◦ blue 57

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

Shades of Atlantis #94D039

Tints of Atlantis #94D039

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

 BLUE value IS 57 (22.66% from 255) = 13.8%

R = 35.84%
G = 50.36%
B = 13.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#94D039 (or 0x94D039) is known color: Atlantis. HEX triplet: 94, D0 and 39. RGB value is (148,208,57). Sum of RGB (Red+Green+Blue) = 148+208+57=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #94D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D039 is #6B2FC6. Grayscale: #ADADAD. Windows color (decimal): -7024583 or 3788948. OLE color: 3788948.

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

Color convert

RGB 148 208 57 -
CMYK 0.29 0 0.73 0.18
HSL 83.84º 0.62% 0.52% -
HSV(B) 83.84º 0.73% 0.82% -
XYZ 35.51 51.7 11.98 -
YUV 172.85 62.62 110.28 -
System Red Green Blue C M Y K H S L
Decimal 148 208 57 0.29 0 0.73 0.18 83.84 0.62 0.52
Hex 94 D0 39 1D 0 49 12 54 3E 34
Octal 224 320 71 35 0 111 22 124 76 64
Binary 10010100 11010000 111001 11101 0 1001001 10010 1010100 111110 110100

Color Harmonies of #94D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D039

Black with #94D039

Text Example


Text Example

White with #94D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,57); }

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

background-color css

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

 a { background-color: rgb(148,208,57); }

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

border-color css

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

 span { border-color: rgb(148,208,57); }

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