Html Css Color HEX #9ED942 Atlantis

📋 copy color: '#9ED942'

red 158 ◦ green 217 ◦ blue 66

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

Shades of Atlantis #9ED942

Tints of Atlantis #9ED942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

 BLUE value IS 66 (26.17% from 255) = 14.97%

R = 35.83%
G = 49.21%
B = 14.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#9ED942 (or 0x9ED942) is known color: Atlantis. HEX triplet: 9E, D9 and 42. RGB value is (158,217,66). Sum of RGB (Red+Green+Blue) = 158+217+66=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED942 is #6126BD. Grayscale: #B6B6B6. Windows color (decimal): -6366910 or 4381086. OLE color: 4381086.

HSL color Cylindrical-coordinate representation of color #9ED942: hue angle of 83.44º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ED942 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 66 -
CMYK 0.27 0 0.70 0.15
HSL 83.44º 0.67% 0.55% -
HSV(B) 83.44º 0.7% 0.85% -
XYZ 39.9 57.29 14.11 -
YUV 182.15 62.45 110.78 -
System Red Green Blue C M Y K H S L
Decimal 158 217 66 0.27 0 0.70 0.15 83.44 0.67 0.55
Hex 9E D9 42 1B 0 46 F 53 43 37
Octal 236 331 102 33 0 106 17 123 103 67
Binary 10011110 11011001 1000010 11011 0 1000110 1111 1010011 1000011 110111

Color Harmonies of #9ED942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED942

Black with #9ED942

Text Example


Text Example

White with #9ED942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,217,66); }

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

background-color css

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

 a { background-color: rgb(158,217,66); }

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

border-color css

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

 span { border-color: rgb(158,217,66); }

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