#92D04E

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

Shades of Atlantis #92D04E

Tints of Atlantis #92D04E

Color information

#92D04E (or 0x92D04E) is unknown color: approx Atlantis. HEX triplet: 92, D0 and 4E. RGB value is (146,208,78). Sum of RGB (Red+Green+Blue) = 146+208+78=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #92D04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D04E is #6D2FB1. Grayscale: #AFAFAF. Windows color (decimal): -7155634 or 5165202. OLE color: 5165202.

HSL color Cylindrical-coordinate representation of color #92D04E: hue angle of 88.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92D04E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB14620878-
CMYK0.3000.620.18
HSL88.62º58.04%56.08%-
HSV(B)88.62º62.5%81.57%-
XYZ35.7951.7715.31-
YUV174.6473.46107.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 208 (81.64% from 255) = 48.15%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=33.80%
G=48.15%
B=18.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146208780.3000.620.1888.6258.0456.08
Hex92D04E1E03E12593a38
Octal22232011636076221317270
Binary10010010110100001001110111100111110100101011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,208,78); }

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

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

 a { background-color: rgb(146,208,78); }

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

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

 span { border-color: rgb(146,208,78); }

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