#92d14f

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

Shades of Atlantis #92D14F

Tints of Atlantis #92D14F

Color information

#92D14F (or 0x92D14F) is unknown color: approx Atlantis. HEX triplet: 92, D1 and 4F. RGB value is (146,209,79). Sum of RGB (Red+Green+Blue) = 146+209+79=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #92D14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D14F is #6D2EB0. Grayscale: #AFAFAF. Windows color (decimal): -7155377 or 5230994. OLE color: 5230994.

HSL color Cylindrical-coordinate representation of color #92D14F: hue angle of 89.08º degrees, saturation: 0.59, 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 #92D14F is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB14620979-
CMYK0.3000.620.18
HSL89.08º58.56%56.47%-
HSV(B)89.08º62.2%81.96%-
XYZ36.0752.2815.59-
YUV175.3473.63107.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 79 (31.25% from 255) = 18.20%
R=33.64%
G=48.16%
B=18.20%

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
Decimal146209790.3000.620.1889.0858.5656.47
Hex92D14F1E03E12593b38
Octal22232111736076221317370
Binary10010010110100011001111111100111110100101011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92d14f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,209,79); }

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

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

 a { background-color: rgb(146,209,79); }

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

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

 span { border-color: rgb(146,209,79); }

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