#92DA4D

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

Shades of Atlantis #92DA4D

Tints of Atlantis #92DA4D

Color information

#92DA4D (or 0x92DA4D) is unknown color: approx Atlantis. HEX triplet: 92, DA and 4D. RGB value is (146,218,77). Sum of RGB (Red+Green+Blue) = 146+218+77=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DA4D is #6D25B2. Grayscale: #B4B4B4. Windows color (decimal): -7153075 or 5102226. OLE color: 5102226.

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

Color convert

RGB14621877-
CMYK0.3300.650.15
HSL90.64º65.58%57.84%-
HSV(B)90.64º64.68%85.49%-
XYZ38.2756.7915.97-
YUV180.469.65103.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 218 (85.55% from 255) = 49.43%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=33.11%
G=49.43%
B=17.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146218770.3300.650.1590.6465.5857.84
Hex92DA4D21041F5b423a
Octal2223321154101011713310272
Binary1001001011011010100110110000101000001111110110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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