Html Css Color HEX #9ED642 Atlantis

📋 copy color: '#9ED642'

red 158 ◦ green 214 ◦ blue 66

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

Shades of Atlantis #9ED642

Tints of Atlantis #9ED642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.86%

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

R = 36.07%
G = 48.86%
B = 15.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#9ED642 (or 0x9ED642) is known color: Atlantis. HEX triplet: 9E, D6 and 42. RGB value is (158,214,66). Sum of RGB (Red+Green+Blue) = 158+214+66=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED642 is #6129BD. Grayscale: #B4B4B4. Windows color (decimal): -6367678 or 4380318. OLE color: 4380318.

HSL color Cylindrical-coordinate representation of color #9ED642: hue angle of 82.7º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ED642 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 66 -
CMYK 0.26 0 0.69 0.16
HSL 82.7º 0.64% 0.55% -
HSV(B) 82.7º 0.69% 0.84% -
XYZ 39.13 55.76 13.85 -
YUV 180.38 63.45 112.03 -
System Red Green Blue C M Y K H S L
Decimal 158 214 66 0.26 0 0.69 0.16 82.7 0.64 0.55
Hex 9E D6 42 1A 0 45 10 53 40 37
Octal 236 326 102 32 0 105 20 123 100 67
Binary 10011110 11010110 1000010 11010 0 1000101 10000 1010011 1000000 110111

Color Harmonies of #9ED642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED642

Black with #9ED642

Text Example


Text Example

White with #9ED642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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