Html Css Color HEX #9CD942 Atlantis

📋 copy color: '#9CD942'

red 156 ◦ green 217 ◦ blue 66

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

Shades of Atlantis #9CD942

Tints of Atlantis #9CD942

RGB

 RED value IS 156 (61.33% from 255) = 35.54%

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

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

R = 35.54%
G = 49.43%
B = 15.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#9CD942 (or 0x9CD942) is known color: Atlantis. HEX triplet: 9C, D9 and 42. RGB value is (156,217,66). Sum of RGB (Red+Green+Blue) = 156+217+66=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD942 is #6326BD. Grayscale: #B6B6B6. Windows color (decimal): -6497982 or 4381084. OLE color: 4381084.

HSL color Cylindrical-coordinate representation of color #9CD942: hue angle of 84.24º 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 #9CD942 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 217 66 -
CMYK 0.28 0 0.70 0.15
HSL 84.24º 0.67% 0.55% -
HSV(B) 84.24º 0.7% 0.85% -
XYZ 39.51 57.09 14.09 -
YUV 181.55 62.79 109.78 -
System Red Green Blue C M Y K H S L
Decimal 156 217 66 0.28 0 0.70 0.15 84.24 0.67 0.55
Hex 9C D9 42 1C 0 46 F 54 43 37
Octal 234 331 102 34 0 106 17 124 103 67
Binary 10011100 11011001 1000010 11100 0 1000110 1111 1010100 1000011 110111

Color Harmonies of #9CD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD942

Black with #9CD942

Text Example


Text Example

White with #9CD942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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