Html Css Color HEX #9CDB40 Atlantis

📋 copy color: '#9CDB40'

red 156 ◦ green 219 ◦ blue 64

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

Shades of Atlantis #9CDB40

Tints of Atlantis #9CDB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.89%

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

R = 35.54%
G = 49.89%
B = 14.58%

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

#9CDB40 (or 0x9CDB40) is known color: Atlantis. HEX triplet: 9C, DB and 40. RGB value is (156,219,64). Sum of RGB (Red+Green+Blue) = 156+219+64=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB40 is #6324BF. Grayscale: #B7B7B7. Windows color (decimal): -6497472 or 4250524. OLE color: 4250524.

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

Color convert

RGB 156 219 64 -
CMYK 0.29 0 0.71 0.14
HSL 84.39º 0.68% 0.55% -
HSV(B) 84.39º 0.71% 0.86% -
XYZ 39.97 58.1 13.96 -
YUV 182.49 61.13 109.1 -
System Red Green Blue C M Y K H S L
Decimal 156 219 64 0.29 0 0.71 0.14 84.39 0.68 0.55
Hex 9C DB 40 1D 0 47 E 54 44 37
Octal 234 333 100 35 0 107 16 124 104 67
Binary 10011100 11011011 1000000 11101 0 1000111 1110 1010100 1000100 110111

Color Harmonies of #9CDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB40

Black with #9CDB40

Text Example


Text Example

White with #9CDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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