#92DE4E

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

Shades of Atlantis #92DE4E

Tints of Atlantis #92DE4E

Color information

#92DE4E (or 0x92DE4E) is unknown color: approx Atlantis. HEX triplet: 92, DE and 4E. RGB value is (146,222,78). Sum of RGB (Red+Green+Blue) = 146+222+78=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DE4E is #6D21B1. Grayscale: #B7B7B7. Windows color (decimal): -7152050 or 5168786. OLE color: 5168786.

HSL color Cylindrical-coordinate representation of color #92DE4E: hue angle of 91.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92DE4E is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB14622278-
CMYK0.3400.650.13
HSL91.67º68.57%58.82%-
HSV(B)91.67º64.86%87.06%-
XYZ39.3558.916.5-
YUV182.8668.82101.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 222 (87.11% from 255) = 49.78%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=32.74%
G=49.78%
B=17.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146222780.3400.650.1391.6768.5758.82
Hex92DE4E22041D5c453b
Octal2223361164201011513410573
Binary1001001011011110100111010001001000001110110111001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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