Html Css Color HEX #14A09A Java

📋 copy color: '#14A09A'

red 20 ◦ green 160 ◦ blue 154

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

Shades of Java #14A09A

Tints of Java #14A09A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.9%

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 5.99%
G = 47.9%
B = 46.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#14A09A (or 0x14A09A) is known color: Java. HEX triplet: 14, A0 and 9A. RGB value is (20,160,154). Sum of RGB (Red+Green+Blue) = 20+160+154=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #14A09A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A09A is #EB5F65. Grayscale: #757575. Windows color (decimal): -15425382 or 10133524. OLE color: 10133524.

HSL color Cylindrical-coordinate representation of color #14A09A: hue angle of 177.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A09A is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 160 154 -
CMYK 0.88 0 0.04 0.37
HSL 177.43º 0.78% 0.35% -
HSV(B) 177.43º 0.88% 0.63% -
XYZ 18.69 27.62 34.92 -
YUV 117.46 148.62 58.49 -
System Red Green Blue C M Y K H S L
Decimal 20 160 154 0.88 0 0.04 0.37 177.43 0.78 0.35
Hex 14 A0 9A 58 0 4 25 B1 4E 23
Octal 24 240 232 130 0 4 45 261 116 43
Binary 10100 10100000 10011010 1011000 0 100 100101 10110001 1001110 100011

Color Harmonies of #14A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A09A

Black with #14A09A

Text Example


Text Example

White with #14A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A09A; }

 p { color: rgb(20,160,154); }

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

background-color css

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

 a { background-color: rgb(20,160,154); }

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

border-color css

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

 span { border-color: rgb(20,160,154); }

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