Html Css Color HEX #9DC042 Atlantis

📋 copy color: '#9DC042'

red 157 ◦ green 192 ◦ blue 66

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

Shades of Atlantis #9DC042

Tints of Atlantis #9DC042

RGB

 RED value IS 157 (61.72% from 255) = 37.83%

 GREEN value IS 192 (75.39% from 255) = 46.27%

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

R = 37.83%
G = 46.27%
B = 15.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#9DC042 (or 0x9DC042) is known color: Atlantis. HEX triplet: 9D, C0 and 42. RGB value is (157,192,66). Sum of RGB (Red+Green+Blue) = 157+192+66=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC042 is #623FBD. Grayscale: #A7A7A7. Windows color (decimal): -6438846 or 4374685. OLE color: 4374685.

HSL color Cylindrical-coordinate representation of color #9DC042: hue angle of 76.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DC042 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 66 -
CMYK 0.18 0 0.66 0.25
HSL 76.67º 0.5% 0.51% -
HSV(B) 76.67º 0.66% 0.75% -
XYZ 33.74 45.26 12.11 -
YUV 167.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 157 192 66 0.18 0 0.66 0.25 76.67 0.5 0.51
Hex 9D C0 42 12 0 42 19 4D 32 33
Octal 235 300 102 22 0 102 31 115 62 63
Binary 10011101 11000000 1000010 10010 0 1000010 11001 1001101 110010 110011

Color Harmonies of #9DC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC042

Black with #9DC042

Text Example


Text Example

White with #9DC042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,66); }

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

background-color css

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

 a { background-color: rgb(157,192,66); }

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

border-color css

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

 span { border-color: rgb(157,192,66); }

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