#18760A

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

Shades of Green #18760A

Tints of Green #18760A

Color information

#18760A (or 0x18760A) is unknown color: approx Green. HEX triplet: 18, 76 and 0A. RGB value is (24,118,10). Sum of RGB (Red+Green+Blue) = 24+118+10=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #18760A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18760A is #E789F5. Grayscale: #4D4D4D. Windows color (decimal): -15174134 or 685592. OLE color: 685592.

HSL color Cylindrical-coordinate representation of color #18760A: hue angle of 112.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18760A is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB2411810-
CMYK0.8000.920.54
HSL112.22º84.38%25.1%-
HSV(B)112.22º91.53%46.27%-
XYZ6.9113.172.47-
YUV77.5889.8689.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 118 (46.48% from 255) = 77.63%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=15.79%
G=77.63%
B=6.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24118100.8000.920.54112.2284.3825.1
Hex1876A5005C36705419
Octal301661212001346616012431
Binary11000111011010101010000010111001101101110000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18760A; }

 p { color: rgb(24,118,10); }

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

<style>
 a { background-color: #18760A; }

 a { background-color: rgb(24,118,10); }

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

<style>
 span { border-color: #18760A; }

 span { border-color: rgb(24,118,10); }

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