#1AA297

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

Shades of Java #1AA297

Tints of Java #1AA297

Color information

#1AA297 (or 0x1AA297) is unknown color: approx Java. HEX triplet: 1A, A2 and 97. RGB value is (26,162,151). Sum of RGB (Red+Green+Blue) = 26+162+151=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA297 is #E55D68. Grayscale: #777777. Windows color (decimal): -15031657 or 9937434. OLE color: 9937434.

HSL color Cylindrical-coordinate representation of color #1AA297: hue angle of 175.15º 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 #1AA297 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB26162151-
CMYK0.8400.070.36
HSL175.15º72.34%36.86%-
HSV(B)175.15º83.95%63.53%-
XYZ18.9328.2933.74-
YUV120.08145.4460.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.67%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=7.67%
G=47.79%
B=44.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261621510.8400.070.36175.1572.3436.86
Hex1AA297540724af4825
Octal32242227124074425711045
Binary11010101000101001011110101000111100100101011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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