Html Css Color HEX #9ECD42 Atlantis

📋 copy color: '#9ECD42'

red 158 ◦ green 205 ◦ blue 66

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

Shades of Atlantis #9ECD42

Tints of Atlantis #9ECD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.79%

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

R = 36.83%
G = 47.79%
B = 15.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#9ECD42 (or 0x9ECD42) is known color: Atlantis. HEX triplet: 9E, CD and 42. RGB value is (158,205,66). Sum of RGB (Red+Green+Blue) = 158+205+66=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECD42 is #6132BD. Grayscale: #AFAFAF. Windows color (decimal): -6369982 or 4378014. OLE color: 4378014.

HSL color Cylindrical-coordinate representation of color #9ECD42: hue angle of 80.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ECD42 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 66 -
CMYK 0.23 0 0.68 0.20
HSL 80.29º 0.58% 0.53% -
HSV(B) 80.29º 0.68% 0.8% -
XYZ 36.92 51.33 13.12 -
YUV 175.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 158 205 66 0.23 0 0.68 0.20 80.29 0.58 0.53
Hex 9E CD 42 17 0 44 14 50 3A 35
Octal 236 315 102 27 0 104 24 120 72 65
Binary 10011110 11001101 1000010 10111 0 1000100 10100 1010000 111010 110101

Color Harmonies of #9ECD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD42

Black with #9ECD42

Text Example


Text Example

White with #9ECD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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