Html Css Color HEX #1C958A Java

📋 copy color: '#1C958A'

red 28 ◦ green 149 ◦ blue 138

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

Shades of Java #1C958A

Tints of Java #1C958A

RGB

 RED value IS 28 (11.33% from 255) = 8.89%

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

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

R = 8.89%
G = 47.3%
B = 43.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#1C958A (or 0x1C958A) is known color: Java. HEX triplet: 1C, 95 and 8A. RGB value is (28,149,138). Sum of RGB (Red+Green+Blue) = 28+149+138=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #1C958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C958A is #E36A75. Grayscale: #6F6F6F. Windows color (decimal): -14903926 or 9082140. OLE color: 9082140.

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

Color convert

RGB 28 149 138 -
CMYK 0.81 0 0.07 0.42
HSL 174.55º 0.68% 0.35% -
HSV(B) 174.55º 0.81% 0.58% -
XYZ 15.81 23.58 27.76 -
YUV 111.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 28 149 138 0.81 0 0.07 0.42 174.55 0.68 0.35
Hex 1C 95 8A 51 0 7 2A AF 44 23
Octal 34 225 212 121 0 7 52 257 104 43
Binary 11100 10010101 10001010 1010001 0 111 101010 10101111 1000100 100011

Color Harmonies of #1C958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C958A

Black with #1C958A

Text Example


Text Example

White with #1C958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,149,138); }

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

background-color css

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

 a { background-color: rgb(28,149,138); }

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

border-color css

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

 span { border-color: rgb(28,149,138); }

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