#0B8C08

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

Shades of Green #0B8C08

Tints of Green #0B8C08

Color information

#0B8C08 (or 0x0B8C08) is unknown color: approx Green. HEX triplet: 0B, 8C and 08. RGB value is (11,140,8). Sum of RGB (Red+Green+Blue) = 11+140+8=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #0B8C08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8C08 is #F473F7. Grayscale: #565656. Windows color (decimal): -16020472 or 560139. OLE color: 560139.

HSL color Cylindrical-coordinate representation of color #0B8C08: hue angle of 118.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B8C08 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB111408-
CMYK0.9200.940.45
HSL118.64º89.19%29.02%-
HSV(B)118.64º94.29%54.9%-
XYZ9.5618.843.36-
YUV86.3883.7674.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 140 (55.08% from 255) = 88.05%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=6.92%
G=88.05%
B=5.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1114080.9200.940.45118.6489.1929.02
HexB8C85C05E2D77591d
Octal132141013401365516713135
Binary10111000110010001011100010111101011011110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B8C08; }

 p { color: rgb(11,140,8); }

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

<style>
 a { background-color: #0B8C08; }

 a { background-color: rgb(11,140,8); }

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

<style>
 span { border-color: #0B8C08; }

 span { border-color: rgb(11,140,8); }

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