Html Css Color HEX #9EC14C Atlantis

📋 copy color: '#9EC14C'

red 158 ◦ green 193 ◦ blue 76

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

Shades of Atlantis #9EC14C

Tints of Atlantis #9EC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.8%

R = 37%
G = 45.2%
B = 17.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#9EC14C (or 0x9EC14C) is known color: Atlantis. HEX triplet: 9E, C1 and 4C. RGB value is (158,193,76). Sum of RGB (Red+Green+Blue) = 158+193+76=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC14C is #613EB3. Grayscale: #A9A9A9. Windows color (decimal): -6373044 or 5030302. OLE color: 5030302.

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

Color convert

RGB 158 193 76 -
CMYK 0.18 0 0.61 0.24
HSL 77.95º 0.49% 0.53% -
HSV(B) 77.95º 0.61% 0.76% -
XYZ 34.48 45.93 13.89 -
YUV 169.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 158 193 76 0.18 0 0.61 0.24 77.95 0.49 0.53
Hex 9E C1 4C 12 0 3D 18 4E 31 35
Octal 236 301 114 22 0 75 30 116 61 65
Binary 10011110 11000001 1001100 10010 0 111101 11000 1001110 110001 110101

Color Harmonies of #9EC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC14C

Black with #9EC14C

Text Example


Text Example

White with #9EC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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