Html Css Color HEX #9EC14A Atlantis

📋 copy color: '#9EC14A'

red 158 ◦ green 193 ◦ blue 74

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

Shades of Atlantis #9EC14A

Tints of Atlantis #9EC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 37.18%
G = 45.41%
B = 17.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#9EC14A (or 0x9EC14A) is known color: Atlantis. HEX triplet: 9E, C1 and 4A. RGB value is (158,193,74). Sum of RGB (Red+Green+Blue) = 158+193+74=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC14A is #613EB5. Grayscale: #A9A9A9. Windows color (decimal): -6373046 or 4899230. OLE color: 4899230.

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

Color convert

RGB 158 193 74 -
CMYK 0.18 0 0.62 0.24
HSL 77.65º 0.49% 0.52% -
HSV(B) 77.65º 0.62% 0.76% -
XYZ 34.41 45.9 13.53 -
YUV 168.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 158 193 74 0.18 0 0.62 0.24 77.65 0.49 0.52
Hex 9E C1 4A 12 0 3E 18 4E 31 34
Octal 236 301 112 22 0 76 30 116 61 64
Binary 10011110 11000001 1001010 10010 0 111110 11000 1001110 110001 110100

Color Harmonies of #9EC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC14A

Black with #9EC14A

Text Example


Text Example

White with #9EC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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