#92D64E

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

Shades of Atlantis #92D64E

Tints of Atlantis #92D64E

Color information

#92D64E (or 0x92D64E) is unknown color: approx Atlantis. HEX triplet: 92, D6 and 4E. RGB value is (146,214,78). Sum of RGB (Red+Green+Blue) = 146+214+78=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #92D64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D64E is #6D29B1. Grayscale: #B2B2B2. Windows color (decimal): -7154098 or 5166738. OLE color: 5166738.

HSL color Cylindrical-coordinate representation of color #92D64E: hue angle of 90º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92D64E is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB14621478-
CMYK0.3200.640.16
HSL90º62.39%57.25%-
HSV(B)90º63.55%83.92%-
XYZ37.2854.7515.81-
YUV178.1671.47105.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 48.86%
BLUE value IS 78 (30.86% from 255) = 17.81%
R=33.33%
G=48.86%
B=17.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146214780.3200.640.169062.3957.25
Hex92D64E20040105a3e39
Octal222326116400100201327671
Binary1001001011010110100111010000001000000100001011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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