#0BC81E

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

Shades of Dark Pastel Green #0BC81E

Tints of Dark Pastel Green #0BC81E

Color information

#0BC81E (or 0x0BC81E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, C8 and 1E. RGB value is (11,200,30). Sum of RGB (Red+Green+Blue) = 11+200+30=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 200 (78.52% from 255 or 82.99% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC81E is #F437E1. Grayscale: #7C7C7C. Windows color (decimal): -16005090 or 2017291. OLE color: 2017291.

HSL color Cylindrical-coordinate representation of color #0BC81E: hue angle of 126.03º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC81E is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB1120030-
CMYK0.9400.850.22
HSL126.03º89.57%41.37%-
HSV(B)126.03º94.5%78.43%-
XYZ21.0341.478.13-
YUV124.1174.8847.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 200 (78.52% from 255) = 82.99%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=4.56%
G=82.99%
B=12.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11200300.9400.850.22126.0389.5741.37
HexBC81E5E055167e5a29
Octal133103613601252617613251
Binary101111001000111101011110010101011011011111101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,200,30); }

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

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

 a { background-color: rgb(11,200,30); }

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

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

 span { border-color: rgb(11,200,30); }

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