#92D23F

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

Shades of Atlantis #92D23F

Tints of Atlantis #92D23F

Color information

#92D23F (or 0x92D23F) is unknown color: approx Atlantis. HEX triplet: 92, D2 and 3F. RGB value is (146,210,63). Sum of RGB (Red+Green+Blue) = 146+210+63=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #92D23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D23F is #6D2DC0. Grayscale: #AEAEAE. Windows color (decimal): -7155137 or 4182674. OLE color: 4182674.

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

Color convert

RGB14621063-
CMYK0.3000.700.18
HSL86.12º62.03%53.53%-
HSV(B)86.12º70%82.35%-
XYZ35.852.5612.96-
YUV174.1165.3107.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 210 (82.42% from 255) = 50.12%
BLUE value IS 63 (25% from 255) = 15.04%
R=34.84%
G=50.12%
B=15.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146210630.3000.700.1886.1262.0353.53
Hex92D23F1E04612563e36
Octal22232277360106221267666
Binary10010010110100101111111111001000110100101010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,210,63); }

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

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

 a { background-color: rgb(146,210,63); }

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

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

 span { border-color: rgb(146,210,63); }

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