#0BCE1E

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

Shades of Dark Pastel Green #0BCE1E

Tints of Dark Pastel Green #0BCE1E

Color information

#0BCE1E (or 0x0BCE1E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, CE and 1E. RGB value is (11,206,30). Sum of RGB (Red+Green+Blue) = 11+206+30=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 206 (80.86% from 255 or 83.40% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCE1E is #F431E1. Grayscale: #808080. Windows color (decimal): -16003554 or 2018827. OLE color: 2018827.

HSL color Cylindrical-coordinate representation of color #0BCE1E: hue angle of 125.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCE1E is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB1120630-
CMYK0.9500.850.19
HSL125.85º89.86%42.55%-
HSV(B)125.85º94.66%80.78%-
XYZ22.4444.318.6-
YUV127.6372.944.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.45%
GREEN value IS 206 (80.86% from 255) = 83.40%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=4.45%
G=83.40%
B=12.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11206300.9500.850.19125.8589.8642.55
HexBCE1E5F055137e5a2b
Octal133163613701252317613253
Binary101111001110111101011111010101011001111111101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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