Html Css Color HEX #9FDC3F Atlantis

📋 copy color: '#9FDC3F'

red 159 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #9FDC3F

Tints of Atlantis #9FDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 35.97%
G = 49.77%
B = 14.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#9FDC3F (or 0x9FDC3F) is known color: Atlantis. HEX triplet: 9F, DC and 3F. RGB value is (159,220,63). Sum of RGB (Red+Green+Blue) = 159+220+63=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC3F is #6023C0. Grayscale: #B8B8B8. Windows color (decimal): -6300609 or 4185247. OLE color: 4185247.

HSL color Cylindrical-coordinate representation of color #9FDC3F: hue angle of 83.31º degrees, saturation: 0.69, 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 #9FDC3F is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 63 -
CMYK 0.28 0 0.71 0.14
HSL 83.31º 0.69% 0.55% -
HSV(B) 83.31º 0.71% 0.86% -
XYZ 40.79 58.92 13.92 -
YUV 183.86 59.79 110.27 -
System Red Green Blue C M Y K H S L
Decimal 159 220 63 0.28 0 0.71 0.14 83.31 0.69 0.55
Hex 9F DC 3F 1C 0 47 E 53 45 37
Octal 237 334 77 34 0 107 16 123 105 67
Binary 10011111 11011100 111111 11100 0 1000111 1110 1010011 1000101 110111

Color Harmonies of #9FDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC3F

Black with #9FDC3F

Text Example


Text Example

White with #9FDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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