#92C143

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

Shades of Atlantis #92C143

Tints of Atlantis #92C143

Color information

#92C143 (or 0x92C143) is unknown color: approx Atlantis. HEX triplet: 92, C1 and 43. RGB value is (146,193,67). Sum of RGB (Red+Green+Blue) = 146+193+67=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #92C143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C143 is #6D3EBC. Grayscale: #A5A5A5. Windows color (decimal): -7159485 or 4440466. OLE color: 4440466.

HSL color Cylindrical-coordinate representation of color #92C143: hue angle of 82.38º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92C143 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB14619367-
CMYK0.2400.650.24
HSL82.38º50.4%50.98%-
HSV(B)82.38º65.28%75.69%-
XYZ31.9444.6612.25-
YUV164.5872.93114.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 67 (26.56% from 255) = 16.50%
R=35.96%
G=47.54%
B=16.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146193670.2400.650.2482.3850.450.98
Hex92C1431804118523233
Octal222301103300101301226263
Binary100100101100000110000111100001000001110001010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,193,67); }

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

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

 a { background-color: rgb(146,193,67); }

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

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

 span { border-color: rgb(146,193,67); }

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