#138C0A

Color #138C0A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #138C0A

Tints of Green #138C0A

Color information

#138C0A (or 0x138C0A) is unknown color: approx Green. HEX triplet: 13, 8C and 0A. RGB value is (19,140,10). Sum of RGB (Red+Green+Blue) = 19+140+10=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 140 (55.08% from 255 or 82.84% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 140 - color contains mainly: green. Hex color #138C0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C0A is #EC73F5. Grayscale: #595959. Windows color (decimal): -15496182 or 691219. OLE color: 691219.

HSL color Cylindrical-coordinate representation of color #138C0A: hue angle of 115.85º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138C0A is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1914010-
CMYK0.8600.930.45
HSL115.85º86.67%29.41%-
HSV(B)115.85º92.86%54.9%-
XYZ9.718.923.43-
YUV8983.4178.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 140 (55.08% from 255) = 82.84%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=11.24%
G=82.84%
B=5.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19140100.8600.930.45115.8586.6729.41
Hex138CA5605D2D74571d
Octal232141212601355516412735
Binary100111000110010101010110010111011011011110100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138C0A; }

 p { color: rgb(19,140,10); }

 H1.HeaderClassName
 {
   color: #138C0A;
 }
 .AnyTagClassName
 {
   color: #138C0A;
 }
</style>
background-color css

<style>
 a { background-color: #138C0A; }

 a { background-color: rgb(19,140,10); }

 div.DivClassName
 {
   background-color: #138C0A;
 }
 .BgClassName
 {
   background-color: #138C0A;
 }
</style>
border-color css

<style>
 span { border-color: #138C0A; }

 span { border-color: rgb(19,140,10); }

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