#9FE834

Color #9FE834 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9FE834

Tints of Atlantis #9FE834

Color information

#9FE834 (or 0x9FE834) is unknown color: approx Atlantis. HEX triplet: 9F, E8 and 34. RGB value is (159,232,52). Sum of RGB (Red+Green+Blue) = 159+232+52=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FE834 is #6017CB. Grayscale: #BEBEBE. Windows color (decimal): -6297548 or 3467423. OLE color: 3467423.

HSL color Cylindrical-coordinate representation of color #9FE834: hue angle of 84.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FE834 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB15923252-
CMYK0.3100.780.09
HSL84.33º79.65%55.69%-
HSV(B)84.33º77.59%90.98%-
XYZ43.7765.3313.55-
YUV189.6550.32106.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 232 (91.02% from 255) = 52.37%
BLUE value IS 52 (20.70% from 255) = 11.74%
R=35.89%
G=52.37%
B=11.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal159232520.3100.780.0984.3379.6555.69
Hex9FE8341F04E9545038
Octal237350643701161112412070
Binary10011111111010001101001111101001110100110101001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,232,52); }

 H1.HeaderClassName
 {
   color: #9FE834;
 }
 .AnyTagClassName
 {
   color: #9FE834;
 }
</style>
background-color css

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

 a { background-color: rgb(159,232,52); }

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

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

 span { border-color: rgb(159,232,52); }

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