Html Css Color HEX #9ED13D Atlantis

📋 copy color: '#9ED13D'

red 158 ◦ green 209 ◦ blue 61

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

Shades of Atlantis #9ED13D

Tints of Atlantis #9ED13D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.83%

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

R = 36.92%
G = 48.83%
B = 14.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#9ED13D (or 0x9ED13D) is known color: Atlantis. HEX triplet: 9E, D1 and 3D. RGB value is (158,209,61). Sum of RGB (Red+Green+Blue) = 158+209+61=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED13D is #612EC2. Grayscale: #B1B1B1. Windows color (decimal): -6368963 or 4051358. OLE color: 4051358.

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

Color convert

RGB 158 209 61 -
CMYK 0.24 0 0.71 0.18
HSL 80.68º 0.62% 0.53% -
HSV(B) 80.68º 0.71% 0.82% -
XYZ 37.74 53.21 12.7 -
YUV 176.88 62.6 114.53 -
System Red Green Blue C M Y K H S L
Decimal 158 209 61 0.24 0 0.71 0.18 80.68 0.62 0.53
Hex 9E D1 3D 18 0 47 12 51 3E 35
Octal 236 321 75 30 0 107 22 121 76 65
Binary 10011110 11010001 111101 11000 0 1000111 10010 1010001 111110 110101

Color Harmonies of #9ED13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED13D

Black with #9ED13D

Text Example


Text Example

White with #9ED13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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