#18850A

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

Shades of Green #18850A

Tints of Green #18850A

Color information

#18850A (or 0x18850A) is unknown color: approx Green. HEX triplet: 18, 85 and 0A. RGB value is (24,133,10). Sum of RGB (Red+Green+Blue) = 24+133+10=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #18850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18850A is #E77AF5. Grayscale: #565656. Windows color (decimal): -15170294 or 689432. OLE color: 689432.

HSL color Cylindrical-coordinate representation of color #18850A: hue angle of 113.17º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18850A is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB2413310-
CMYK0.8200.920.48
HSL113.17º86.01%28.04%-
HSV(B)113.17º92.48%52.16%-
XYZ8.8216.993.1-
YUV86.3984.8983.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 133 (52.34% from 255) = 79.64%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=14.37%
G=79.64%
B=5.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133100.8200.920.48113.1786.0128.04
Hex1885A5205C3071561c
Octal302051212201346016112634
Binary110001000010110101010010010111001100001110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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