Html Css Color HEX #9FD540 Atlantis

📋 copy color: '#9FD540'

red 159 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #9FD540

Tints of Atlantis #9FD540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 36.47%
G = 48.85%
B = 14.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#9FD540 (or 0x9FD540) is known color: Atlantis. HEX triplet: 9F, D5 and 40. RGB value is (159,213,64). Sum of RGB (Red+Green+Blue) = 159+213+64=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD540 is #602ABF. Grayscale: #B4B4B4. Windows color (decimal): -6302400 or 4248991. OLE color: 4248991.

HSL color Cylindrical-coordinate representation of color #9FD540: hue angle of 81.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FD540 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 64 -
CMYK 0.25 0 0.70 0.16
HSL 81.74º 0.64% 0.54% -
HSV(B) 81.74º 0.7% 0.84% -
XYZ 39.02 55.33 13.47 -
YUV 179.87 62.61 113.12 -
System Red Green Blue C M Y K H S L
Decimal 159 213 64 0.25 0 0.70 0.16 81.74 0.64 0.54
Hex 9F D5 40 19 0 46 10 52 40 36
Octal 237 325 100 31 0 106 20 122 100 66
Binary 10011111 11010101 1000000 11001 0 1000110 10000 1010010 1000000 110110

Color Harmonies of #9FD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD540

Black with #9FD540

Text Example


Text Example

White with #9FD540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,213,64); }

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

background-color css

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

 a { background-color: rgb(159,213,64); }

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

border-color css

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

 span { border-color: rgb(159,213,64); }

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