Html Css Color HEX #9CDC40 Atlantis

📋 copy color: '#9CDC40'

red 156 ◦ green 220 ◦ blue 64

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

Shades of Atlantis #9CDC40

Tints of Atlantis #9CDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 35.45%
G = 50%
B = 14.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#9CDC40 (or 0x9CDC40) is known color: Atlantis. HEX triplet: 9C, DC and 40. RGB value is (156,220,64). Sum of RGB (Red+Green+Blue) = 156+220+64=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC40 is #6323BF. Grayscale: #B7B7B7. Windows color (decimal): -6497216 or 4250780. OLE color: 4250780.

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

Color convert

RGB 156 220 64 -
CMYK 0.29 0 0.71 0.14
HSL 84.62º 0.69% 0.56% -
HSV(B) 84.62º 0.71% 0.86% -
XYZ 40.23 58.62 14.05 -
YUV 183.08 60.8 108.68 -
System Red Green Blue C M Y K H S L
Decimal 156 220 64 0.29 0 0.71 0.14 84.62 0.69 0.56
Hex 9C DC 40 1D 0 47 E 55 45 38
Octal 234 334 100 35 0 107 16 125 105 70
Binary 10011100 11011100 1000000 11101 0 1000111 1110 1010101 1000101 111000

Color Harmonies of #9CDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC40

Black with #9CDC40

Text Example


Text Example

White with #9CDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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