#92ca44

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

Shades of Atlantis #92CA44

Tints of Atlantis #92CA44

Color information

#92CA44 (or 0x92CA44) is unknown color: approx Atlantis. HEX triplet: 92, CA and 44. RGB value is (146,202,68). Sum of RGB (Red+Green+Blue) = 146+202+68=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CA44 is #6D35BB. Grayscale: #AAAAAA. Windows color (decimal): -7157180 or 4508306. OLE color: 4508306.

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

Color convert

RGB14620268-
CMYK0.2800.660.21
HSL85.07º55.83%52.94%-
HSV(B)85.07º66.34%79.22%-
XYZ34.0248.7713.09-
YUV169.9870.45110.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 68 (26.95% from 255) = 16.35%
R=35.10%
G=48.56%
B=16.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146202680.2800.660.2185.0755.8352.94
Hex92CA441C04215553835
Octal222312104340102251257065
Binary100100101100101010001001110001000010101011010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ca44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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