Html Css Color HEX #9EC148 Atlantis

📋 copy color: '#9EC148'

red 158 ◦ green 193 ◦ blue 72

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

Shades of Atlantis #9EC148

Tints of Atlantis #9EC148

RGB

 RED value IS 158 (62.11% from 255) = 37.35%

 GREEN value IS 193 (75.78% from 255) = 45.63%

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 37.35%
G = 45.63%
B = 17.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#9EC148 (or 0x9EC148) is known color: Atlantis. HEX triplet: 9E, C1 and 48. RGB value is (158,193,72). Sum of RGB (Red+Green+Blue) = 158+193+72=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC148 is #613EB7. Grayscale: #A9A9A9. Windows color (decimal): -6373048 or 4768158. OLE color: 4768158.

HSL color Cylindrical-coordinate representation of color #9EC148: hue angle of 77.36º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EC148 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 193 72 -
CMYK 0.18 0 0.63 0.24
HSL 77.36º 0.49% 0.52% -
HSV(B) 77.36º 0.63% 0.76% -
XYZ 34.34 45.88 13.18 -
YUV 168.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 158 193 72 0.18 0 0.63 0.24 77.36 0.49 0.52
Hex 9E C1 48 12 0 3F 18 4D 31 34
Octal 236 301 110 22 0 77 30 115 61 64
Binary 10011110 11000001 1001000 10010 0 111111 11000 1001101 110001 110100

Color Harmonies of #9EC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC148

Black with #9EC148

Text Example


Text Example

White with #9EC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EC148; }

 p { color: rgb(158,193,72); }

 H1.HeaderClassName
 {
   color: #9EC148;
 }
 .AnyTagClassName
 {
   color: #9EC148;
 }
</style>

background-color css

<style>
 a { background-color: #9EC148; }

 a { background-color: rgb(158,193,72); }

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

border-color css

<style>
 span { border-color: #9EC148; }

 span { border-color: rgb(158,193,72); }

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