Html Css Color HEX #9CDC47 Atlantis

📋 copy color: '#9CDC47'

red 156 ◦ green 220 ◦ blue 71

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

Shades of Atlantis #9CDC47

Tints of Atlantis #9CDC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 71 (28.13% from 255) = 15.88%

R = 34.9%
G = 49.22%
B = 15.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#9CDC47 (or 0x9CDC47) is known color: Atlantis. HEX triplet: 9C, DC and 47. RGB value is (156,220,71). Sum of RGB (Red+Green+Blue) = 156+220+71=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC47 is #6323B8. Grayscale: #B8B8B8. Windows color (decimal): -6497209 or 4709532. OLE color: 4709532.

HSL color Cylindrical-coordinate representation of color #9CDC47: hue angle of 85.77º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CDC47 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 71 -
CMYK 0.29 0 0.68 0.14
HSL 85.77º 0.68% 0.57% -
HSV(B) 85.77º 0.68% 0.86% -
XYZ 40.44 58.71 15.16 -
YUV 183.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 156 220 71 0.29 0 0.68 0.14 85.77 0.68 0.57
Hex 9C DC 47 1D 0 44 E 56 44 39
Octal 234 334 107 35 0 104 16 126 104 71
Binary 10011100 11011100 1000111 11101 0 1000100 1110 1010110 1000100 111001

Color Harmonies of #9CDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC47

Black with #9CDC47

Text Example


Text Example

White with #9CDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,220,71); }

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

background-color css

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

 a { background-color: rgb(156,220,71); }

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

border-color css

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

 span { border-color: rgb(156,220,71); }

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