Html Css Color HEX #9EC13D Atlantis

📋 copy color: '#9EC13D'

red 158 ◦ green 193 ◦ blue 61

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

Shades of Atlantis #9EC13D

Tints of Atlantis #9EC13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.81%

R = 38.35%
G = 46.84%
B = 14.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#9EC13D (or 0x9EC13D) is known color: Atlantis. HEX triplet: 9E, C1 and 3D. RGB value is (158,193,61). Sum of RGB (Red+Green+Blue) = 158+193+61=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC13D is #613EC2. Grayscale: #A7A7A7. Windows color (decimal): -6373059 or 4047262. OLE color: 4047262.

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

Color convert

RGB 158 193 61 -
CMYK 0.18 0 0.68 0.24
HSL 75.91º 0.52% 0.5% -
HSV(B) 75.91º 0.68% 0.76% -
XYZ 34.01 45.75 11.45 -
YUV 167.49 67.9 121.23 -
System Red Green Blue C M Y K H S L
Decimal 158 193 61 0.18 0 0.68 0.24 75.91 0.52 0.5
Hex 9E C1 3D 12 0 44 18 4C 34 32
Octal 236 301 75 22 0 104 30 114 64 62
Binary 10011110 11000001 111101 10010 0 1000100 11000 1001100 110100 110010

Color Harmonies of #9EC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC13D

Black with #9EC13D

Text Example


Text Example

White with #9EC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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