Html Css Color HEX #9FD240 Atlantis

📋 copy color: '#9FD240'

red 159 ◦ green 210 ◦ blue 64

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

Shades of Atlantis #9FD240

Tints of Atlantis #9FD240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.5%

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

R = 36.72%
G = 48.5%
B = 14.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#9FD240 (or 0x9FD240) is known color: Atlantis. HEX triplet: 9F, D2 and 40. RGB value is (159,210,64). Sum of RGB (Red+Green+Blue) = 159+210+64=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD240 is #602DBF. Grayscale: #B2B2B2. Windows color (decimal): -6303168 or 4248223. OLE color: 4248223.

HSL color Cylindrical-coordinate representation of color #9FD240: hue angle of 80.96º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FD240 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 64 -
CMYK 0.24 0 0.70 0.18
HSL 80.96º 0.62% 0.54% -
HSV(B) 80.96º 0.7% 0.82% -
XYZ 38.27 53.83 13.22 -
YUV 178.11 63.6 114.37 -
System Red Green Blue C M Y K H S L
Decimal 159 210 64 0.24 0 0.70 0.18 80.96 0.62 0.54
Hex 9F D2 40 18 0 46 12 51 3E 36
Octal 237 322 100 30 0 106 22 121 76 66
Binary 10011111 11010010 1000000 11000 0 1000110 10010 1010001 111110 110110

Color Harmonies of #9FD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD240

Black with #9FD240

Text Example


Text Example

White with #9FD240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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