Html Css Color HEX #94D143 Atlantis

📋 copy color: '#94D143'

red 148 ◦ green 209 ◦ blue 67

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

Shades of Atlantis #94D143

Tints of Atlantis #94D143

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

 BLUE value IS 67 (26.56% from 255) = 15.8%

R = 34.91%
G = 49.29%
B = 15.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#94D143 (or 0x94D143) is known color: Atlantis. HEX triplet: 94, D1 and 43. RGB value is (148,209,67). Sum of RGB (Red+Green+Blue) = 148+209+67=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #94D143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D143 is #6B2EBC. Grayscale: #AFAFAF. Windows color (decimal): -7024317 or 4444564. OLE color: 4444564.

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

Color convert

RGB 148 209 67 -
CMYK 0.29 0 0.68 0.18
HSL 85.77º 0.61% 0.54% -
HSV(B) 85.77º 0.68% 0.82% -
XYZ 36.03 52.3 13.51 -
YUV 174.57 67.29 109.05 -
System Red Green Blue C M Y K H S L
Decimal 148 209 67 0.29 0 0.68 0.18 85.77 0.61 0.54
Hex 94 D1 43 1D 0 44 12 56 3D 36
Octal 224 321 103 35 0 104 22 126 75 66
Binary 10010100 11010001 1000011 11101 0 1000100 10010 1010110 111101 110110

Color Harmonies of #94D143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D143

Black with #94D143

Text Example


Text Example

White with #94D143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,67); }

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

background-color css

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

 a { background-color: rgb(148,209,67); }

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

border-color css

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

 span { border-color: rgb(148,209,67); }

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