Html Css Color HEX #9CC042 Atlantis

📋 copy color: '#9CC042'

red 156 ◦ green 192 ◦ blue 66

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

Shades of Atlantis #9CC042

Tints of Atlantis #9CC042

RGB

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

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

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

R = 37.68%
G = 46.38%
B = 15.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#9CC042 (or 0x9CC042) is known color: Atlantis. HEX triplet: 9C, C0 and 42. RGB value is (156,192,66). Sum of RGB (Red+Green+Blue) = 156+192+66=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC042 is #633FBD. Grayscale: #A7A7A7. Windows color (decimal): -6504382 or 4374684. OLE color: 4374684.

HSL color Cylindrical-coordinate representation of color #9CC042: hue angle of 77.14º 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 #9CC042 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 66 -
CMYK 0.19 0 0.66 0.25
HSL 77.14º 0.5% 0.51% -
HSV(B) 77.14º 0.66% 0.75% -
XYZ 33.54 45.16 12.1 -
YUV 166.87 71.07 120.25 -
System Red Green Blue C M Y K H S L
Decimal 156 192 66 0.19 0 0.66 0.25 77.14 0.5 0.51
Hex 9C C0 42 13 0 42 19 4D 32 33
Octal 234 300 102 23 0 102 31 115 62 63
Binary 10011100 11000000 1000010 10011 0 1000010 11001 1001101 110010 110011

Color Harmonies of #9CC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC042

Black with #9CC042

Text Example


Text Example

White with #9CC042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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