Html Css Color HEX #9ED042 Atlantis

📋 copy color: '#9ED042'

red 158 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #9ED042

Tints of Atlantis #9ED042

RGB

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

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

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

R = 36.57%
G = 48.15%
B = 15.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#9ED042 (or 0x9ED042) is known color: Atlantis. HEX triplet: 9E, D0 and 42. RGB value is (158,208,66). Sum of RGB (Red+Green+Blue) = 158+208+66=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED042 is #612FBD. Grayscale: #B1B1B1. Windows color (decimal): -6369214 or 4378782. OLE color: 4378782.

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

Color convert

RGB 158 208 66 -
CMYK 0.24 0 0.68 0.18
HSL 81.13º 0.6% 0.54% -
HSV(B) 81.13º 0.68% 0.82% -
XYZ 37.64 52.77 13.36 -
YUV 176.86 65.44 114.55 -
System Red Green Blue C M Y K H S L
Decimal 158 208 66 0.24 0 0.68 0.18 81.13 0.6 0.54
Hex 9E D0 42 18 0 44 12 51 3C 36
Octal 236 320 102 30 0 104 22 121 74 66
Binary 10011110 11010000 1000010 11000 0 1000100 10010 1010001 111100 110110

Color Harmonies of #9ED042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED042

Black with #9ED042

Text Example


Text Example

White with #9ED042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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