Html Css Color HEX #14978A Java

📋 copy color: '#14978A'

red 20 ◦ green 151 ◦ blue 138

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

Shades of Java #14978A

Tints of Java #14978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.87%

 BLUE value IS 138 (54.3% from 255) = 44.66%

R = 6.47%
G = 48.87%
B = 44.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#14978A (or 0x14978A) is known color: Java. HEX triplet: 14, 97 and 8A. RGB value is (20,151,138). Sum of RGB (Red+Green+Blue) = 20+151+138=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #14978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14978A is #EB6875. Grayscale: #6E6E6E. Windows color (decimal): -15427702 or 9082644. OLE color: 9082644.

HSL color Cylindrical-coordinate representation of color #14978A: hue angle of 174.05º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14978A is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 138 -
CMYK 0.87 0 0.09 0.41
HSL 174.05º 0.77% 0.34% -
HSV(B) 174.05º 0.87% 0.59% -
XYZ 15.94 24.12 27.86 -
YUV 110.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 20 151 138 0.87 0 0.09 0.41 174.05 0.77 0.34
Hex 14 97 8A 57 0 9 29 AE 4D 22
Octal 24 227 212 127 0 11 51 256 115 42
Binary 10100 10010111 10001010 1010111 0 1001 101001 10101110 1001101 100010

Color Harmonies of #14978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14978A

Black with #14978A

Text Example


Text Example

White with #14978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14978A; }

 p { color: rgb(20,151,138); }

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

background-color css

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

 a { background-color: rgb(20,151,138); }

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

border-color css

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

 span { border-color: rgb(20,151,138); }

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