#92DA47

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

Shades of Atlantis #92DA47

Tints of Atlantis #92DA47

Color information

#92DA47 (or 0x92DA47) is unknown color: approx Atlantis. HEX triplet: 92, DA and 47. RGB value is (146,218,71). Sum of RGB (Red+Green+Blue) = 146+218+71=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DA47 is #6D25B8. Grayscale: #B4B4B4. Windows color (decimal): -7153081 or 4709010. OLE color: 4709010.

HSL color Cylindrical-coordinate representation of color #92DA47: hue angle of 89.39º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92DA47 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB14621871-
CMYK0.3300.670.15
HSL89.39º66.52%56.67%-
HSV(B)89.39º67.43%85.49%-
XYZ38.0656.7114.9-
YUV179.7166.65103.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 218 (85.55% from 255) = 50.11%
BLUE value IS 71 (28.12% from 255) = 16.32%
R=33.56%
G=50.11%
B=16.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146218710.3300.670.1589.3966.5256.67
Hex92DA4721043F594339
Octal2223321074101031713110371
Binary1001001011011010100011110000101000011111110110011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,71); }

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

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

 a { background-color: rgb(146,218,71); }

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

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

 span { border-color: rgb(146,218,71); }

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