#00850A

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

Shades of Green #00850A

Tints of Green #00850A

Color information

#00850A (or 0x00850A) is unknown color: approx Green. HEX triplet: 00, 85 and 0A. RGB value is (0,133,10). Sum of RGB (Red+Green+Blue) = 0+133+10=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 133 (52.34% from 255 or 93.01% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 133 - color contains mainly: green. Hex color #00850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00850A is #FF7AF5. Grayscale: #4F4F4F. Windows color (decimal): -16743158 or 689408. OLE color: 689408.

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

Color convert

RGB013310-
CMYK100.920.48
HSL124.51º100%26.08%-
HSV(B)124.51º100%52.16%-
XYZ8.4416.83.08-
YUV79.2188.9471.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 93.01%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=0%
G=93.01%
B=6.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013310100.920.48124.5110026.08
Hex085A6405C307d641a
Octal02051214401346017514432
Binary01000010110101100100010111001100001111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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