#92EB40

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

Shades of Atlantis #92EB40

Tints of Atlantis #92EB40

Color information

#92EB40 (or 0x92EB40) is unknown color: approx Atlantis. HEX triplet: 92, EB and 40. RGB value is (146,235,64). Sum of RGB (Red+Green+Blue) = 146+235+64=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #92EB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92EB40 is #6D14BF. Grayscale: #BDBDBD. Windows color (decimal): -7148736 or 4254610. OLE color: 4254610.

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

Color convert

RGB14623564-
CMYK0.3800.730.08
HSL91.23º81.04%58.63%-
HSV(B)91.23º72.77%92.16%-
XYZ42.4965.915.33-
YUV188.957.5197.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.81%
GREEN value IS 235 (92.19% from 255) = 52.81%
BLUE value IS 64 (25.39% from 255) = 14.38%
R=32.81%
G=52.81%
B=14.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146235640.3800.730.0891.2381.0458.63
Hex92EB402604985b513b
Octal2223531004601111013312173
Binary1001001011101011100000010011001001001100010110111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,235,64); }

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

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

 a { background-color: rgb(146,235,64); }

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

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

 span { border-color: rgb(146,235,64); }

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