#92F24A

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

Shades of Atlantis #92F24A

Tints of Atlantis #92F24A

Color information

#92F24A (or 0x92F24A) is unknown color: approx Atlantis. HEX triplet: 92, F2 and 4A. RGB value is (146,242,74). Sum of RGB (Red+Green+Blue) = 146+242+74=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #92F24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92F24A is #6D0DB5. Grayscale: #C2C2C2. Windows color (decimal): -7146934 or 4911762. OLE color: 4911762.

HSL color Cylindrical-coordinate representation of color #92F24A: hue angle of 94.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92F24A is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB14624274-
CMYK0.4000.690.05
HSL94.29º86.6%61.96%-
HSV(B)94.29º69.42%94.9%-
XYZ44.8470.1117.65-
YUV194.1460.293.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 242 (94.92% from 255) = 52.38%
BLUE value IS 74 (29.30% from 255) = 16.02%
R=31.60%
G=52.38%
B=16.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146242740.4000.690.0594.2986.661.96
Hex92F24A2804555e573e
Octal222362112500105513612776
Binary100100101111001010010101010000100010110110111101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,242,74); }

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

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

 a { background-color: rgb(146,242,74); }

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

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

 span { border-color: rgb(146,242,74); }

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