Html Css Color HEX #9CDC49 Atlantis

📋 copy color: '#9CDC49'

red 156 ◦ green 220 ◦ blue 73

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

Shades of Atlantis #9CDC49

Tints of Atlantis #9CDC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.26%

R = 34.74%
G = 49%
B = 16.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#9CDC49 (or 0x9CDC49) is known color: Atlantis. HEX triplet: 9C, DC and 49. RGB value is (156,220,73). Sum of RGB (Red+Green+Blue) = 156+220+73=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC49 is #6323B6. Grayscale: #B8B8B8. Windows color (decimal): -6497207 or 4840604. OLE color: 4840604.

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

Color convert

RGB 156 220 73 -
CMYK 0.29 0 0.67 0.14
HSL 86.12º 0.68% 0.57% -
HSV(B) 86.12º 0.67% 0.86% -
XYZ 40.51 58.74 15.51 -
YUV 184.11 65.3 107.95 -
System Red Green Blue C M Y K H S L
Decimal 156 220 73 0.29 0 0.67 0.14 86.12 0.68 0.57
Hex 9C DC 49 1D 0 43 E 56 44 39
Octal 234 334 111 35 0 103 16 126 104 71
Binary 10011100 11011100 1001001 11101 0 1000011 1110 1010110 1000100 111001

Color Harmonies of #9CDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC49

Black with #9CDC49

Text Example


Text Example

White with #9CDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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