#92d341

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

Shades of Atlantis #92D341

Tints of Atlantis #92D341

Color information

#92D341 (or 0x92D341) is unknown color: approx Atlantis. HEX triplet: 92, D3 and 41. RGB value is (146,211,65). Sum of RGB (Red+Green+Blue) = 146+211+65=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #92D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D341 is #6D2CBE. Grayscale: #AFAFAF. Windows color (decimal): -7154879 or 4314002. OLE color: 4314002.

HSL color Cylindrical-coordinate representation of color #92D341: hue angle of 86.71º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92D341 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB14621165-
CMYK0.3100.690.17
HSL86.71º62.39%54.12%-
HSV(B)86.71º69.19%82.75%-
XYZ36.153.0813.34-
YUV174.9265.97107.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 211 (82.81% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 15.40%
R=34.60%
G=50%
B=15.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal146211650.3100.690.1786.7162.3954.12
Hex92D3411F04511573e36
Octal222323101370105211277666
Binary100100101101001110000011111101000101100011010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92d341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,211,65); }

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

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

 a { background-color: rgb(146,211,65); }

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

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

 span { border-color: rgb(146,211,65); }

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