#92EA35

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

Shades of Atlantis #92EA35

Tints of Atlantis #92EA35

Color information

#92EA35 (or 0x92EA35) is unknown color: approx Atlantis. HEX triplet: 92, EA and 35. RGB value is (146,234,53). Sum of RGB (Red+Green+Blue) = 146+234+53=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #92EA35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92EA35 is #6D15CA. Grayscale: #BBBBBB. Windows color (decimal): -7149003 or 3533458. OLE color: 3533458.

HSL color Cylindrical-coordinate representation of color #92EA35: hue angle of 89.17º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92EA35 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB14623453-
CMYK0.3800.770.08
HSL89.17º81.17%56.27%-
HSV(B)89.17º77.35%91.76%-
XYZ41.9265.2113.75-
YUV187.0552.3598.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 234 (91.80% from 255) = 54.04%
BLUE value IS 53 (21.09% from 255) = 12.24%
R=33.72%
G=54.04%
B=12.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146234530.3800.770.0889.1781.1756.27
Hex92EA352604D8595138
Octal222352654601151013112170
Binary100100101110101011010110011001001101100010110011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EA35; }

 p { color: rgb(146,234,53); }

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

<style>
 a { background-color: #92EA35; }

 a { background-color: rgb(146,234,53); }

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

<style>
 span { border-color: #92EA35; }

 span { border-color: rgb(146,234,53); }

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