Html Css Color HEX #1CA395 Java

📋 copy color: '#1CA395'

red 28 ◦ green 163 ◦ blue 149

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

Shades of Java #1CA395

Tints of Java #1CA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.94%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 8.24%
G = 47.94%
B = 43.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#1CA395 (or 0x1CA395) is known color: Java. HEX triplet: 1C, A3 and 95. RGB value is (28,163,149). Sum of RGB (Red+Green+Blue) = 28+163+149=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA395 is #E35C6A. Grayscale: #787878. Windows color (decimal): -14900331 or 9806620. OLE color: 9806620.

HSL color Cylindrical-coordinate representation of color #1CA395: hue angle of 173.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA395 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 163 149 -
CMYK 0.83 0 0.09 0.36
HSL 173.78º 0.71% 0.37% -
HSV(B) 173.78º 0.83% 0.64% -
XYZ 19 28.61 32.95 -
YUV 121.04 143.77 61.64 -
System Red Green Blue C M Y K H S L
Decimal 28 163 149 0.83 0 0.09 0.36 173.78 0.71 0.37
Hex 1C A3 95 53 0 9 24 AE 47 25
Octal 34 243 225 123 0 11 44 256 107 45
Binary 11100 10100011 10010101 1010011 0 1001 100100 10101110 1000111 100101

Color Harmonies of #1CA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA395

Black with #1CA395

Text Example


Text Example

White with #1CA395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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