#92CA41

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

Shades of Atlantis #92CA41

Tints of Atlantis #92CA41

Color information

#92CA41 (or 0x92CA41) is unknown color: approx Atlantis. HEX triplet: 92, CA and 41. RGB value is (146,202,65). Sum of RGB (Red+Green+Blue) = 146+202+65=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CA41 is #6D35BE. Grayscale: #AAAAAA. Windows color (decimal): -7157183 or 4311698. OLE color: 4311698.

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

Color convert

RGB14620265-
CMYK0.2800.680.21
HSL84.53º56.38%52.35%-
HSV(B)84.53º67.82%79.22%-
XYZ33.9348.7312.62-
YUV169.6468.95111.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 202 (79.30% from 255) = 48.91%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=35.35%
G=48.91%
B=15.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146202650.2800.680.2184.5356.3852.35
Hex92CA411C04415553834
Octal222312101340104251257064
Binary100100101100101010000011110001000100101011010101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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