#1D968E

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

Shades of Java #1D968E

Tints of Java #1D968E

Color information

#1D968E (or 0x1D968E) is unknown color: approx Java. HEX triplet: 1D, 96 and 8E. RGB value is (29,150,142). Sum of RGB (Red+Green+Blue) = 29+150+142=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #1D968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D968E is #E26971. Grayscale: #707070. Windows color (decimal): -14838130 or 9344541. OLE color: 9344541.

HSL color Cylindrical-coordinate representation of color #1D968E: hue angle of 176.03º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D968E is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB29150142-
CMYK0.8100.050.41
HSL176.03º67.6%35.1%-
HSV(B)176.03º80.67%58.82%-
XYZ16.324.0329.37-
YUV112.91144.4168.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.03%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=9.03%
G=46.73%
B=44.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal291501420.8100.050.41176.0367.635.1
Hex1D968E510529b04423
Octal35226216121055126010443
Binary11101100101101000111010100010101101001101100001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,150,142); }

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

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

 a { background-color: rgb(29,150,142); }

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

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

 span { border-color: rgb(29,150,142); }

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