#1A925A

Color #1A925A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #1A925A

Tints of Sea Green #1A925A

Color information

#1A925A (or 0x1A925A) is unknown color: approx Sea Green. HEX triplet: 1A, 92 and 5A. RGB value is (26,146,90). Sum of RGB (Red+Green+Blue) = 26+146+90=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #1A925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A925A is #E56DA5. Grayscale: #676767. Windows color (decimal): -15035814 or 5935642. OLE color: 5935642.

HSL color Cylindrical-coordinate representation of color #1A925A: hue angle of 152º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A925A is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB2614690-
CMYK0.8200.380.43
HSL152º69.77%33.73%-
HSV(B)152º82.19%57.25%-
XYZ12.5521.5213.16-
YUV103.74120.2472.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.92%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=9.92%
G=55.73%
B=34.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26146900.8200.380.4315269.7733.73
Hex1A925A520262B984622
Octal322221321220465323010642
Binary1101010010010101101010100100100110101011100110001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A925A; }

 p { color: rgb(26,146,90); }

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

<style>
 a { background-color: #1A925A; }

 a { background-color: rgb(26,146,90); }

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

<style>
 span { border-color: #1A925A; }

 span { border-color: rgb(26,146,90); }

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