Html Css Color HEX #1AA595 Java

📋 copy color: '#1AA595'

red 26 ◦ green 165 ◦ blue 149

#1AA595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1AA595

Tints of Java #1AA595

RGB

 RED value IS 26 (10.55% from 255) = 7.65%

 GREEN value IS 165 (64.84% from 255) = 48.53%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 7.65%
G = 48.53%
B = 43.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#1AA595 (or 0x1AA595) is known color: Java. HEX triplet: 1A, A5 and 95. RGB value is (26,165,149). Sum of RGB (Red+Green+Blue) = 26+165+149=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA595 is #E55A6A. Grayscale: #797979. Windows color (decimal): -15030891 or 9807130. OLE color: 9807130.

HSL color Cylindrical-coordinate representation of color #1AA595: hue angle of 173.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA595 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 165 149 -
CMYK 0.84 0 0.10 0.35
HSL 173.09º 0.73% 0.37% -
HSV(B) 173.09º 0.84% 0.65% -
XYZ 19.31 29.3 33.07 -
YUV 121.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 26 165 149 0.84 0 0.10 0.35 173.09 0.73 0.37
Hex 1A A5 95 54 0 A 23 AD 49 25
Octal 32 245 225 124 0 12 43 255 111 45
Binary 11010 10100101 10010101 1010100 0 1010 100011 10101101 1001001 100101

Color Harmonies of #1AA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA595

Black with #1AA595

Text Example


Text Example

White with #1AA595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,165,149); }

 H1.HeaderClassName
 {
   color: #1AA595;
 }
 .AnyTagClassName
 {
   color: #1AA595;
 }
</style>

background-color css

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

 a { background-color: rgb(26,165,149); }

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

border-color css

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

 span { border-color: rgb(26,165,149); }

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