Html Css Color HEX #1E958E Java

📋 copy color: '#1E958E'

red 30 ◦ green 149 ◦ blue 142

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

Shades of Java #1E958E

Tints of Java #1E958E

RGB

 RED value IS 30 (12.11% from 255) = 9.35%

 GREEN value IS 149 (58.59% from 255) = 46.42%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 9.35%
G = 46.42%
B = 44.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#1E958E (or 0x1E958E) is known color: Java. HEX triplet: 1E, 95 and 8E. RGB value is (30,149,142). Sum of RGB (Red+Green+Blue) = 30+149+142=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #1E958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E958E is #E16A71. Grayscale: #707070. Windows color (decimal): -14772850 or 9344286. OLE color: 9344286.

HSL color Cylindrical-coordinate representation of color #1E958E: hue angle of 176.47º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E958E is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 149 142 -
CMYK 0.80 0 0.05 0.42
HSL 176.47º 0.66% 0.35% -
HSV(B) 176.47º 0.8% 0.58% -
XYZ 16.17 23.72 29.32 -
YUV 112.62 144.58 69.07 -
System Red Green Blue C M Y K H S L
Decimal 30 149 142 0.80 0 0.05 0.42 176.47 0.66 0.35
Hex 1E 95 8E 50 0 5 2A B0 42 23
Octal 36 225 216 120 0 5 52 260 102 43
Binary 11110 10010101 10001110 1010000 0 101 101010 10110000 1000010 100011

Color Harmonies of #1E958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E958E

Black with #1E958E

Text Example


Text Example

White with #1E958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,149,142); }

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

background-color css

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

 a { background-color: rgb(30,149,142); }

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

border-color css

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

 span { border-color: rgb(30,149,142); }

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