#92D23D

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

Shades of Atlantis #92D23D

Tints of Atlantis #92D23D

Color information

#92D23D (or 0x92D23D) is unknown color: approx Atlantis. HEX triplet: 92, D2 and 3D. RGB value is (146,210,61). Sum of RGB (Red+Green+Blue) = 146+210+61=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #92D23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D23D is #6D2DC2. Grayscale: #AEAEAE. Windows color (decimal): -7155139 or 4051602. OLE color: 4051602.

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

Color convert

RGB14621061-
CMYK0.3000.710.18
HSL85.77º62.34%53.14%-
HSV(B)85.77º70.95%82.35%-
XYZ35.7452.5412.67-
YUV173.8864.3108.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 210 (82.42% from 255) = 50.36%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=35.01%
G=50.36%
B=14.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146210610.3000.710.1885.7762.3453.14
Hex92D23D1E04712563e35
Octal22232275360107221267665
Binary10010010110100101111011111001000111100101010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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