#92CC4D

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

Shades of Atlantis #92CC4D

Tints of Atlantis #92CC4D

Color information

#92CC4D (or 0x92CC4D) is unknown color: approx Atlantis. HEX triplet: 92, CC and 4D. RGB value is (146,204,77). Sum of RGB (Red+Green+Blue) = 146+204+77=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CC4D is #6D33B2. Grayscale: #ACACAC. Windows color (decimal): -7156659 or 5098642. OLE color: 5098642.

HSL color Cylindrical-coordinate representation of color #92CC4D: hue angle of 87.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92CC4D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB14620477-
CMYK0.2800.620.2
HSL87.4º55.46%55.1%-
HSV(B)87.4º62.25%80%-
XYZ34.7949.8314.81-
YUV172.1874.28109.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=34.19%
G=47.78%
B=18.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal146204770.2800.620.287.455.4655.1
Hex92CC4D1C03E14573737
Octal22231411534076241276767
Binary10010010110011001001101111000111110101001010111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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