Html Css Color HEX #18A395 Java

📋 copy color: '#18A395'

red 24 ◦ green 163 ◦ blue 149

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

Shades of Java #18A395

Tints of Java #18A395

RGB

 RED value IS 24 (9.77% from 255) = 7.14%

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

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

R = 7.14%
G = 48.51%
B = 44.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#18A395 (or 0x18A395) is known color: Java. HEX triplet: 18, A3 and 95. RGB value is (24,163,149). Sum of RGB (Red+Green+Blue) = 24+163+149=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #18A395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A395 is #E75C6A. Grayscale: #777777. Windows color (decimal): -15162475 or 9806616. OLE color: 9806616.

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

Color convert

RGB 24 163 149 -
CMYK 0.85 0 0.09 0.36
HSL 173.96º 0.74% 0.37% -
HSV(B) 173.96º 0.85% 0.64% -
XYZ 18.9 28.56 32.95 -
YUV 119.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 24 163 149 0.85 0 0.09 0.36 173.96 0.74 0.37
Hex 18 A3 95 55 0 9 24 AE 4A 25
Octal 30 243 225 125 0 11 44 256 112 45
Binary 11000 10100011 10010101 1010101 0 1001 100100 10101110 1001010 100101

Color Harmonies of #18A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A395

Black with #18A395

Text Example


Text Example

White with #18A395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A395; }

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

 H1.HeaderClassName
 {
   color: #18A395;
 }
 .AnyTagClassName
 {
   color: #18A395;
 }
</style>

background-color css

<style>
 a { background-color: #18A395; }

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

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

border-color css

<style>
 span { border-color: #18A395; }

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

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