Html Css Color HEX #9FDC3C Atlantis

📋 copy color: '#9FDC3C'

red 159 ◦ green 220 ◦ blue 60

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

Shades of Atlantis #9FDC3C

Tints of Atlantis #9FDC3C

RGB

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

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

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

R = 36.22%
G = 50.11%
B = 13.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#9FDC3C (or 0x9FDC3C) is known color: Atlantis. HEX triplet: 9F, DC and 3C. RGB value is (159,220,60). Sum of RGB (Red+Green+Blue) = 159+220+60=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC3C is #6023C3. Grayscale: #B8B8B8. Windows color (decimal): -6300612 or 3988639. OLE color: 3988639.

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

Color convert

RGB 159 220 60 -
CMYK 0.28 0 0.73 0.14
HSL 82.88º 0.7% 0.55% -
HSV(B) 82.88º 0.73% 0.86% -
XYZ 40.71 58.88 13.5 -
YUV 183.52 58.29 110.51 -
System Red Green Blue C M Y K H S L
Decimal 159 220 60 0.28 0 0.73 0.14 82.88 0.7 0.55
Hex 9F DC 3C 1C 0 49 E 53 46 37
Octal 237 334 74 34 0 111 16 123 106 67
Binary 10011111 11011100 111100 11100 0 1001001 1110 1010011 1000110 110111

Color Harmonies of #9FDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC3C

Black with #9FDC3C

Text Example


Text Example

White with #9FDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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