#92C44E

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

Shades of Atlantis #92C44E

Tints of Atlantis #92C44E

Color information

#92C44E (or 0x92C44E) is unknown color: approx Atlantis. HEX triplet: 92, C4 and 4E. RGB value is (146,196,78). Sum of RGB (Red+Green+Blue) = 146+196+78=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #92C44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C44E is #6D3BB1. Grayscale: #A8A8A8. Windows color (decimal): -7158706 or 5162130. OLE color: 5162130.

HSL color Cylindrical-coordinate representation of color #92C44E: hue angle of 85.42º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92C44E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB14619678-
CMYK0.2600.600.23
HSL85.42º50%53.73%-
HSV(B)85.42º60.2%76.86%-
XYZ32.9746.1414.38-
YUV167.677.44112.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 196 (76.95% from 255) = 46.67%
BLUE value IS 78 (30.86% from 255) = 18.57%
R=34.76%
G=46.67%
B=18.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146196780.2600.600.2385.425053.73
Hex92C44E1A03C17553236
Octal22230411632074271256266
Binary10010010110001001001110110100111100101111010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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