Html Css Color HEX #9FE542 Atlantis

📋 copy color: '#9FE542'

red 159 ◦ green 229 ◦ blue 66

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

Shades of Atlantis #9FE542

Tints of Atlantis #9FE542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.54%

R = 35.02%
G = 50.44%
B = 14.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#9FE542 (or 0x9FE542) is known color: Atlantis. HEX triplet: 9F, E5 and 42. RGB value is (159,229,66). Sum of RGB (Red+Green+Blue) = 159+229+66=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE542 is #601ABD. Grayscale: #BEBEBE. Windows color (decimal): -6298302 or 4384159. OLE color: 4384159.

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

Color convert

RGB 159 229 66 -
CMYK 0.31 0 0.71 0.10
HSL 85.77º 0.76% 0.58% -
HSV(B) 85.77º 0.71% 0.9% -
XYZ 43.3 63.8 15.19 -
YUV 189.49 58.31 106.25 -
System Red Green Blue C M Y K H S L
Decimal 159 229 66 0.31 0 0.71 0.10 85.77 0.76 0.58
Hex 9F E5 42 1F 0 47 A 56 4C 3A
Octal 237 345 102 37 0 107 12 126 114 72
Binary 10011111 11100101 1000010 11111 0 1000111 1010 1010110 1001100 111010

Color Harmonies of #9FE542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE542

Black with #9FE542

Text Example


Text Example

White with #9FE542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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