#0BC018

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

Shades of Dark Pastel Green #0BC018

Tints of Dark Pastel Green #0BC018

Color information

#0BC018 (or 0x0BC018) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, C0 and 18. RGB value is (11,192,24). Sum of RGB (Red+Green+Blue) = 11+192+24=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC018 is #F43FE7. Grayscale: #777777. Windows color (decimal): -16007144 or 1622027. OLE color: 1622027.

HSL color Cylindrical-coordinate representation of color #0BC018: hue angle of 124.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC018 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1119224-
CMYK0.9400.880.25
HSL124.31º89.16%39.8%-
HSV(B)124.31º94.27%75.29%-
XYZ19.1537.847.16-
YUV118.7374.5351.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 192 (75.39% from 255) = 84.58%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=4.85%
G=84.58%
B=10.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11192240.9400.880.25124.3189.1639.8
HexBC0185E058197c5928
Octal133003013601303117413150
Binary101111000000110001011110010110001100111111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,192,24); }

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

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

 a { background-color: rgb(11,192,24); }

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

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

 span { border-color: rgb(11,192,24); }

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