Html Css Color HEX #9EC14B Atlantis

📋 copy color: '#9EC14B'

red 158 ◦ green 193 ◦ blue 75

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

Shades of Atlantis #9EC14B

Tints of Atlantis #9EC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.61%

R = 37.09%
G = 45.31%
B = 17.61%

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

#9EC14B (or 0x9EC14B) is known color: Atlantis. HEX triplet: 9E, C1 and 4B. RGB value is (158,193,75). Sum of RGB (Red+Green+Blue) = 158+193+75=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC14B is #613EB4. Grayscale: #A9A9A9. Windows color (decimal): -6373045 or 4964766. OLE color: 4964766.

HSL color Cylindrical-coordinate representation of color #9EC14B: hue angle of 77.8º 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 #9EC14B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 193 75 -
CMYK 0.18 0 0.61 0.24
HSL 77.8º 0.49% 0.53% -
HSV(B) 77.8º 0.61% 0.76% -
XYZ 34.44 45.92 13.7 -
YUV 169.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 158 193 75 0.18 0 0.61 0.24 77.8 0.49 0.53
Hex 9E C1 4B 12 0 3D 18 4E 31 35
Octal 236 301 113 22 0 75 30 116 61 65
Binary 10011110 11000001 1001011 10010 0 111101 11000 1001110 110001 110101

Color Harmonies of #9EC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC14B

Black with #9EC14B

Text Example


Text Example

White with #9EC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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