Html Css Color HEX #9FE540 Atlantis

📋 copy color: '#9FE540'

red 159 ◦ green 229 ◦ blue 64

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

Shades of Atlantis #9FE540

Tints of Atlantis #9FE540

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.66%

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

R = 35.18%
G = 50.66%
B = 14.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#9FE540 (or 0x9FE540) is known color: Atlantis. HEX triplet: 9F, E5 and 40. RGB value is (159,229,64). Sum of RGB (Red+Green+Blue) = 159+229+64=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE540 is #601ABF. Grayscale: #BDBDBD. Windows color (decimal): -6298304 or 4253087. OLE color: 4253087.

HSL color Cylindrical-coordinate representation of color #9FE540: hue angle of 85.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FE540 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 229 64 -
CMYK 0.31 0 0.72 0.10
HSL 85.45º 0.76% 0.57% -
HSV(B) 85.45º 0.72% 0.9% -
XYZ 43.24 63.78 14.88 -
YUV 189.26 57.31 106.42 -
System Red Green Blue C M Y K H S L
Decimal 159 229 64 0.31 0 0.72 0.10 85.45 0.76 0.57
Hex 9F E5 40 1F 0 48 A 55 4C 39
Octal 237 345 100 37 0 110 12 125 114 71
Binary 10011111 11100101 1000000 11111 0 1001000 1010 1010101 1001100 111001

Color Harmonies of #9FE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE540

Black with #9FE540

Text Example


Text Example

White with #9FE540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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