#148C0A

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

Shades of Green #148C0A

Tints of Green #148C0A

Color information

#148C0A (or 0x148C0A) is unknown color: approx Green. HEX triplet: 14, 8C and 0A. RGB value is (20,140,10). Sum of RGB (Red+Green+Blue) = 20+140+10=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 140 (55.08% from 255 or 82.35% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 140 - color contains mainly: green. Hex color #148C0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148C0A is #EB73F5. Grayscale: #595959. Windows color (decimal): -15430646 or 691220. OLE color: 691220.

HSL color Cylindrical-coordinate representation of color #148C0A: hue angle of 115.38º 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 #148C0A is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB2014010-
CMYK0.8600.930.45
HSL115.38º86.67%29.41%-
HSV(B)115.38º92.86%54.9%-
XYZ9.7218.933.43-
YUV89.383.2478.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 140 (55.08% from 255) = 82.35%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=11.76%
G=82.35%
B=5.88%

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
Decimal20140100.8600.930.45115.3886.6729.41
Hex148CA5605D2D73571d
Octal242141212601355516312735
Binary101001000110010101010110010111011011011110011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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