#92D74D

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

Shades of Atlantis #92D74D

Tints of Atlantis #92D74D

Color information

#92D74D (or 0x92D74D) is unknown color: approx Atlantis. HEX triplet: 92, D7 and 4D. RGB value is (146,215,77). Sum of RGB (Red+Green+Blue) = 146+215+77=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #92D74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D74D is #6D28B2. Grayscale: #B3B3B3. Windows color (decimal): -7153843 or 5101458. OLE color: 5101458.

HSL color Cylindrical-coordinate representation of color #92D74D: hue angle of 90º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92D74D is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB14621577-
CMYK0.3200.640.16
HSL90º63.3%57.25%-
HSV(B)90º64.19%84.31%-
XYZ37.4955.2515.71-
YUV178.6470.64104.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 49.09%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=33.33%
G=49.09%
B=17.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146215770.3200.640.169063.357.25
Hex92D74D20040105a3f39
Octal222327115400100201327771
Binary1001001011010111100110110000001000000100001011010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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