Html Css Color HEX #149291 Java

📋 copy color: '#149291'

red 20 ◦ green 146 ◦ blue 145

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

Shades of Java #149291

Tints of Java #149291

RGB

 RED value IS 20 (8.2% from 255) = 6.43%

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 6.43%
G = 46.95%
B = 46.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#149291 (or 0x149291) is known color: Java. HEX triplet: 14, 92 and 91. RGB value is (20,146,145). Sum of RGB (Red+Green+Blue) = 20+146+145=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #149291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149291 is #EB6D6E. Grayscale: #6C6C6C. Windows color (decimal): -15428975 or 9540116. OLE color: 9540116.

HSL color Cylindrical-coordinate representation of color #149291: hue angle of 179.52º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149291 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 145 -
CMYK 0.86 0 0.01 0.43
HSL 179.52º 0.76% 0.33% -
HSV(B) 179.52º 0.86% 0.57% -
XYZ 15.68 22.75 30.35 -
YUV 108.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 20 146 145 0.86 0 0.01 0.43 179.52 0.76 0.33
Hex 14 92 91 56 0 1 2B B4 4C 21
Octal 24 222 221 126 0 1 53 264 114 41
Binary 10100 10010010 10010001 1010110 0 1 101011 10110100 1001100 100001

Color Harmonies of #149291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149291

Black with #149291

Text Example


Text Example

White with #149291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149291; }

 p { color: rgb(20,146,145); }

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

background-color css

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

 a { background-color: rgb(20,146,145); }

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

border-color css

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

 span { border-color: rgb(20,146,145); }

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