Html Css Color HEX #9FDC36 Atlantis

📋 copy color: '#9FDC36'

red 159 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #9FDC36

Tints of Atlantis #9FDC36

RGB

 RED value IS 159 (62.5% from 255) = 36.72%

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

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 36.72%
G = 50.81%
B = 12.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#9FDC36 (or 0x9FDC36) is known color: Atlantis. HEX triplet: 9F, DC and 36. RGB value is (159,220,54). Sum of RGB (Red+Green+Blue) = 159+220+54=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC36 is #6023C9. Grayscale: #B7B7B7. Windows color (decimal): -6300618 or 3595423. OLE color: 3595423.

HSL color Cylindrical-coordinate representation of color #9FDC36: hue angle of 82.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FDC36 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 54 -
CMYK 0.28 0 0.75 0.14
HSL 82.05º 0.7% 0.54% -
HSV(B) 82.05º 0.75% 0.86% -
XYZ 40.56 58.82 12.71 -
YUV 182.84 55.29 111 -
System Red Green Blue C M Y K H S L
Decimal 159 220 54 0.28 0 0.75 0.14 82.05 0.7 0.54
Hex 9F DC 36 1C 0 4B E 52 46 36
Octal 237 334 66 34 0 113 16 122 106 66
Binary 10011111 11011100 110110 11100 0 1001011 1110 1010010 1000110 110110

Color Harmonies of #9FDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC36

Black with #9FDC36

Text Example


Text Example

White with #9FDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,54); }

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

background-color css

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

 a { background-color: rgb(159,220,54); }

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

border-color css

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

 span { border-color: rgb(159,220,54); }

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