#92E138

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

Shades of Atlantis #92E138

Tints of Atlantis #92E138

Color information

#92E138 (or 0x92E138) is unknown color: approx Atlantis. HEX triplet: 92, E1 and 38. RGB value is (146,225,56). Sum of RGB (Red+Green+Blue) = 146+225+56=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #92E138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E138 is #6D1EC7. Grayscale: #B6B6B6. Windows color (decimal): -7151304 or 3727762. OLE color: 3727762.

HSL color Cylindrical-coordinate representation of color #92E138: hue angle of 88.05º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92E138 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB14622556-
CMYK0.3500.750.12
HSL88.05º73.8%55.1%-
HSV(B)88.05º75.11%88.24%-
XYZ39.4960.2513.29-
YUV182.1156.83102.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 225 (88.28% from 255) = 52.69%
BLUE value IS 56 (22.27% from 255) = 13.11%
R=34.19%
G=52.69%
B=13.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146225560.3500.750.1288.0573.855.1
Hex92E1382304BC584a37
Octal222341704301131413011267
Binary100100101110000111100010001101001011110010110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,225,56); }

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

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

 a { background-color: rgb(146,225,56); }

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

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

 span { border-color: rgb(146,225,56); }

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