Html Css Color HEX #9ED03C Atlantis

📋 copy color: '#9ED03C'

red 158 ◦ green 208 ◦ blue 60

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

Shades of Atlantis #9ED03C

Tints of Atlantis #9ED03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.83%

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 37.09%
G = 48.83%
B = 14.08%

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

#9ED03C (or 0x9ED03C) is known color: Atlantis. HEX triplet: 9E, D0 and 3C. RGB value is (158,208,60). Sum of RGB (Red+Green+Blue) = 158+208+60=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED03C is #612FC3. Grayscale: #B0B0B0. Windows color (decimal): -6369220 or 3985566. OLE color: 3985566.

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

Color convert

RGB 158 208 60 -
CMYK 0.24 0 0.71 0.18
HSL 80.27º 0.61% 0.53% -
HSV(B) 80.27º 0.71% 0.82% -
XYZ 37.47 52.71 12.47 -
YUV 176.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 158 208 60 0.24 0 0.71 0.18 80.27 0.61 0.53
Hex 9E D0 3C 18 0 47 12 50 3D 35
Octal 236 320 74 30 0 107 22 120 75 65
Binary 10011110 11010000 111100 11000 0 1000111 10010 1010000 111101 110101

Color Harmonies of #9ED03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED03C

Black with #9ED03C

Text Example


Text Example

White with #9ED03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,208,60); }

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

background-color css

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

 a { background-color: rgb(158,208,60); }

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

border-color css

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

 span { border-color: rgb(158,208,60); }

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