Html Css Color HEX #9CDA40 Atlantis

📋 copy color: '#9CDA40'

red 156 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #9CDA40

Tints of Atlantis #9CDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

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

R = 35.62%
G = 49.77%
B = 14.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#9CDA40 (or 0x9CDA40) is known color: Atlantis. HEX triplet: 9C, DA and 40. RGB value is (156,218,64). Sum of RGB (Red+Green+Blue) = 156+218+64=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDA40 is #6325BF. Grayscale: #B6B6B6. Windows color (decimal): -6497728 or 4250268. OLE color: 4250268.

HSL color Cylindrical-coordinate representation of color #9CDA40: hue angle of 84.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CDA40 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 218 64 -
CMYK 0.28 0 0.71 0.15
HSL 84.16º 0.68% 0.55% -
HSV(B) 84.16º 0.71% 0.85% -
XYZ 39.71 57.58 13.87 -
YUV 181.91 61.46 109.52 -
System Red Green Blue C M Y K H S L
Decimal 156 218 64 0.28 0 0.71 0.15 84.16 0.68 0.55
Hex 9C DA 40 1C 0 47 F 54 44 37
Octal 234 332 100 34 0 107 17 124 104 67
Binary 10011100 11011010 1000000 11100 0 1000111 1111 1010100 1000100 110111

Color Harmonies of #9CDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDA40

Black with #9CDA40

Text Example


Text Example

White with #9CDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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