Html Css Color HEX #9FDD3C Atlantis

📋 copy color: '#9FDD3C'

red 159 ◦ green 221 ◦ blue 60

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

Shades of Atlantis #9FDD3C

Tints of Atlantis #9FDD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

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

R = 36.14%
G = 50.23%
B = 13.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9FDD3C (or 0x9FDD3C) is known color: Atlantis. HEX triplet: 9F, DD and 3C. RGB value is (159,221,60). Sum of RGB (Red+Green+Blue) = 159+221+60=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD3C is #6022C3. Grayscale: #B8B8B8. Windows color (decimal): -6300356 or 3988895. OLE color: 3988895.

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

Color convert

RGB 159 221 60 -
CMYK 0.28 0 0.73 0.13
HSL 83.11º 0.7% 0.55% -
HSV(B) 83.11º 0.73% 0.87% -
XYZ 40.97 59.41 13.58 -
YUV 184.11 57.96 110.09 -
System Red Green Blue C M Y K H S L
Decimal 159 221 60 0.28 0 0.73 0.13 83.11 0.7 0.55
Hex 9F DD 3C 1C 0 49 D 53 46 37
Octal 237 335 74 34 0 111 15 123 106 67
Binary 10011111 11011101 111100 11100 0 1001001 1101 1010011 1000110 110111

Color Harmonies of #9FDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD3C

Black with #9FDD3C

Text Example


Text Example

White with #9FDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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