Html Css Color HEX #9CD53C Atlantis

📋 copy color: '#9CD53C'

red 156 ◦ green 213 ◦ blue 60

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

Shades of Atlantis #9CD53C

Tints of Atlantis #9CD53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 36.36%
G = 49.65%
B = 13.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#9CD53C (or 0x9CD53C) is known color: Atlantis. HEX triplet: 9C, D5 and 3C. RGB value is (156,213,60). Sum of RGB (Red+Green+Blue) = 156+213+60=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD53C is #632AC3. Grayscale: #B3B3B3. Windows color (decimal): -6499012 or 3986844. OLE color: 3986844.

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

Color convert

RGB 156 213 60 -
CMYK 0.27 0 0.72 0.16
HSL 82.35º 0.65% 0.54% -
HSV(B) 82.35º 0.72% 0.84% -
XYZ 38.32 54.98 12.87 -
YUV 178.52 61.12 111.94 -
System Red Green Blue C M Y K H S L
Decimal 156 213 60 0.27 0 0.72 0.16 82.35 0.65 0.54
Hex 9C D5 3C 1B 0 48 10 52 41 36
Octal 234 325 74 33 0 110 20 122 101 66
Binary 10011100 11010101 111100 11011 0 1001000 10000 1010010 1000001 110110

Color Harmonies of #9CD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD53C

Black with #9CD53C

Text Example


Text Example

White with #9CD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,213,60); }

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

background-color css

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

 a { background-color: rgb(156,213,60); }

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

border-color css

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

 span { border-color: rgb(156,213,60); }

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