Html Css Color HEX #94D145 Atlantis

📋 copy color: '#94D145'

red 148 ◦ green 209 ◦ blue 69

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

Shades of Atlantis #94D145

Tints of Atlantis #94D145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 34.74%
G = 49.06%
B = 16.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#94D145 (or 0x94D145) is known color: Atlantis. HEX triplet: 94, D1 and 45. RGB value is (148,209,69). Sum of RGB (Red+Green+Blue) = 148+209+69=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #94D145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D145 is #6B2EBA. Grayscale: #AFAFAF. Windows color (decimal): -7024315 or 4575636. OLE color: 4575636.

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

Color convert

RGB 148 209 69 -
CMYK 0.29 0 0.67 0.18
HSL 86.14º 0.6% 0.55% -
HSV(B) 86.14º 0.67% 0.82% -
XYZ 36.09 52.33 13.83 -
YUV 174.8 68.29 108.88 -
System Red Green Blue C M Y K H S L
Decimal 148 209 69 0.29 0 0.67 0.18 86.14 0.6 0.55
Hex 94 D1 45 1D 0 43 12 56 3C 37
Octal 224 321 105 35 0 103 22 126 74 67
Binary 10010100 11010001 1000101 11101 0 1000011 10010 1010110 111100 110111

Color Harmonies of #94D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D145

Black with #94D145

Text Example


Text Example

White with #94D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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