Html Css Color HEX #9EC14F Atlantis

📋 copy color: '#9EC14F'

red 158 ◦ green 193 ◦ blue 79

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

Shades of Atlantis #9EC14F

Tints of Atlantis #9EC14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 36.74%
G = 44.88%
B = 18.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#9EC14F (or 0x9EC14F) is known color: Atlantis. HEX triplet: 9E, C1 and 4F. RGB value is (158,193,79). Sum of RGB (Red+Green+Blue) = 158+193+79=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC14F is #613EB0. Grayscale: #A9A9A9. Windows color (decimal): -6373041 or 5226910. OLE color: 5226910.

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

Color convert

RGB 158 193 79 -
CMYK 0.18 0 0.59 0.24
HSL 78.42º 0.48% 0.53% -
HSV(B) 78.42º 0.59% 0.76% -
XYZ 34.58 45.97 14.45 -
YUV 169.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 158 193 79 0.18 0 0.59 0.24 78.42 0.48 0.53
Hex 9E C1 4F 12 0 3B 18 4E 30 35
Octal 236 301 117 22 0 73 30 116 60 65
Binary 10011110 11000001 1001111 10010 0 111011 11000 1001110 110000 110101

Color Harmonies of #9EC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC14F

Black with #9EC14F

Text Example


Text Example

White with #9EC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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