#92D948

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

Shades of Atlantis #92D948

Tints of Atlantis #92D948

Color information

#92D948 (or 0x92D948) is unknown color: approx Atlantis. HEX triplet: 92, D9 and 48. RGB value is (146,217,72). Sum of RGB (Red+Green+Blue) = 146+217+72=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #92D948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D948 is #6D26B7. Grayscale: #B3B3B3. Windows color (decimal): -7153336 or 4774290. OLE color: 4774290.

HSL color Cylindrical-coordinate representation of color #92D948: hue angle of 89.38º degrees, saturation: 0.66, 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 #92D948 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB14621772-
CMYK0.3300.670.15
HSL89.38º65.61%56.67%-
HSV(B)89.38º66.82%85.1%-
XYZ37.8456.214.99-
YUV179.2467.48104.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 72 (28.52% from 255) = 16.55%
R=33.56%
G=49.89%
B=16.55%

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
Decimal146217720.3300.670.1589.3865.6156.67
Hex92D94821043F594239
Octal2223311104101031713110271
Binary1001001011011001100100010000101000011111110110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,72); }

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

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

 a { background-color: rgb(146,217,72); }

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

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

 span { border-color: rgb(146,217,72); }

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