Html Css Color HEX #9FE942 Atlantis

📋 copy color: '#9FE942'

red 159 ◦ green 233 ◦ blue 66

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

Shades of Atlantis #9FE942

Tints of Atlantis #9FE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.87%

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

R = 34.72%
G = 50.87%
B = 14.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#9FE942 (or 0x9FE942) is known color: Atlantis. HEX triplet: 9F, E9 and 42. RGB value is (159,233,66). Sum of RGB (Red+Green+Blue) = 159+233+66=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FE942 is #6016BD. Grayscale: #C0C0C0. Windows color (decimal): -6297278 or 4385183. OLE color: 4385183.

HSL color Cylindrical-coordinate representation of color #9FE942: hue angle of 86.59º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FE942 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 233 66 -
CMYK 0.32 0 0.72 0.09
HSL 86.59º 0.79% 0.59% -
HSV(B) 86.59º 0.72% 0.91% -
XYZ 44.42 66.04 15.56 -
YUV 191.84 56.98 104.58 -
System Red Green Blue C M Y K H S L
Decimal 159 233 66 0.32 0 0.72 0.09 86.59 0.79 0.59
Hex 9F E9 42 20 0 48 9 57 4F 3B
Octal 237 351 102 40 0 110 11 127 117 73
Binary 10011111 11101001 1000010 100000 0 1001000 1001 1010111 1001111 111011

Color Harmonies of #9FE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE942

Black with #9FE942

Text Example


Text Example

White with #9FE942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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