#1AA298

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

Shades of Java #1AA298

Tints of Java #1AA298

Color information

#1AA298 (or 0x1AA298) is unknown color: approx Java. HEX triplet: 1A, A2 and 98. RGB value is (26,162,152). Sum of RGB (Red+Green+Blue) = 26+162+152=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA298 is #E55D67. Grayscale: #787878. Windows color (decimal): -15031656 or 10002970. OLE color: 10002970.

HSL color Cylindrical-coordinate representation of color #1AA298: hue angle of 175.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA298 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB26162152-
CMYK0.8400.060.36
HSL175.59º72.34%36.86%-
HSV(B)175.59º83.95%63.53%-
XYZ19.0128.3334.17-
YUV120.2145.9460.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.65%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=7.65%
G=47.65%
B=44.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261621520.8400.060.36175.5972.3436.86
Hex1AA298540624b04825
Octal32242230124064426011045
Binary11010101000101001100010101000110100100101100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,162,152); }

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

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

 a { background-color: rgb(26,162,152); }

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

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

 span { border-color: rgb(26,162,152); }

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