#92CA46

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

Shades of Atlantis #92CA46

Tints of Atlantis #92CA46

Color information

#92CA46 (or 0x92CA46) is unknown color: approx Atlantis. HEX triplet: 92, CA and 46. RGB value is (146,202,70). Sum of RGB (Red+Green+Blue) = 146+202+70=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CA46 is #6D35B9. Grayscale: #AAAAAA. Windows color (decimal): -7157178 or 4639378. OLE color: 4639378.

HSL color Cylindrical-coordinate representation of color #92CA46: hue angle of 85.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92CA46 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB14620270-
CMYK0.2800.650.21
HSL85.45º55.46%53.33%-
HSV(B)85.45º65.35%79.22%-
XYZ34.0848.7913.42-
YUV170.2171.45110.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=34.93%
G=48.33%
B=16.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146202700.2800.650.2185.4555.4653.33
Hex92CA461C04115553735
Octal222312106340101251256765
Binary100100101100101010001101110001000001101011010101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,202,70); }

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

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

 a { background-color: rgb(146,202,70); }

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

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

 span { border-color: rgb(146,202,70); }

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