Html Css Color HEX #1C9483 Java

📋 copy color: '#1C9483'

red 28 ◦ green 148 ◦ blue 131

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

Shades of Java #1C9483

Tints of Java #1C9483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 9.12%
G = 48.21%
B = 42.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#1C9483 (or 0x1C9483) is known color: Java. HEX triplet: 1C, 94 and 83. RGB value is (28,148,131). Sum of RGB (Red+Green+Blue) = 28+148+131=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9483 is #E36B7C. Grayscale: #6E6E6E. Windows color (decimal): -14904189 or 8623132. OLE color: 8623132.

HSL color Cylindrical-coordinate representation of color #1C9483: hue angle of 171.5º 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 #1C9483 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 131 -
CMYK 0.81 0 0.11 0.42
HSL 171.5º 0.68% 0.35% -
HSV(B) 171.5º 0.81% 0.58% -
XYZ 15.17 23.07 25.13 -
YUV 110.18 139.74 69.38 -
System Red Green Blue C M Y K H S L
Decimal 28 148 131 0.81 0 0.11 0.42 171.5 0.68 0.35
Hex 1C 94 83 51 0 B 2A AC 44 23
Octal 34 224 203 121 0 13 52 254 104 43
Binary 11100 10010100 10000011 1010001 0 1011 101010 10101100 1000100 100011

Color Harmonies of #1C9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9483

Black with #1C9483

Text Example


Text Example

White with #1C9483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,148,131); }

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

background-color css

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

 a { background-color: rgb(28,148,131); }

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

border-color css

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

 span { border-color: rgb(28,148,131); }

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