Html Css Color HEX #9CD740 Atlantis

📋 copy color: '#9CD740'

red 156 ◦ green 215 ◦ blue 64

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

Shades of Atlantis #9CD740

Tints of Atlantis #9CD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.43%

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

R = 35.86%
G = 49.43%
B = 14.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#9CD740 (or 0x9CD740) is known color: Atlantis. HEX triplet: 9C, D7 and 40. RGB value is (156,215,64). Sum of RGB (Red+Green+Blue) = 156+215+64=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #9CD740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD740 is #6328BF. Grayscale: #B4B4B4. Windows color (decimal): -6498496 or 4249500. OLE color: 4249500.

HSL color Cylindrical-coordinate representation of color #9CD740: hue angle of 83.44º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CD740 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 215 64 -
CMYK 0.27 0 0.70 0.16
HSL 83.44º 0.65% 0.55% -
HSV(B) 83.44º 0.7% 0.84% -
XYZ 38.94 56.04 13.61 -
YUV 180.15 62.45 110.78 -
System Red Green Blue C M Y K H S L
Decimal 156 215 64 0.27 0 0.70 0.16 83.44 0.65 0.55
Hex 9C D7 40 1B 0 46 10 53 41 37
Octal 234 327 100 33 0 106 20 123 101 67
Binary 10011100 11010111 1000000 11011 0 1000110 10000 1010011 1000001 110111

Color Harmonies of #9CD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD740

Black with #9CD740

Text Example


Text Example

White with #9CD740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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