Html Css Color HEX #9ED23C Atlantis

📋 copy color: '#9ED23C'

red 158 ◦ green 210 ◦ blue 60

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

Shades of Atlantis #9ED23C

Tints of Atlantis #9ED23C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.07%

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

R = 36.92%
G = 49.07%
B = 14.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#9ED23C (or 0x9ED23C) is known color: Atlantis. HEX triplet: 9E, D2 and 3C. RGB value is (158,210,60). Sum of RGB (Red+Green+Blue) = 158+210+60=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED23C is #612DC3. Grayscale: #B1B1B1. Windows color (decimal): -6368708 or 3986078. OLE color: 3986078.

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

Color convert

RGB 158 210 60 -
CMYK 0.25 0 0.71 0.18
HSL 80.8º 0.63% 0.53% -
HSV(B) 80.8º 0.71% 0.82% -
XYZ 37.96 53.69 12.64 -
YUV 177.35 61.77 114.2 -
System Red Green Blue C M Y K H S L
Decimal 158 210 60 0.25 0 0.71 0.18 80.8 0.63 0.53
Hex 9E D2 3C 19 0 47 12 51 3E 35
Octal 236 322 74 31 0 107 22 121 76 65
Binary 10011110 11010010 111100 11001 0 1000111 10010 1010001 111110 110101

Color Harmonies of #9ED23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED23C

Black with #9ED23C

Text Example


Text Example

White with #9ED23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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