#0BCF1D

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

Shades of Dark Pastel Green #0BCF1D

Tints of Dark Pastel Green #0BCF1D

Color information

#0BCF1D (or 0x0BCF1D) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, CF and 1D. RGB value is (11,207,29). Sum of RGB (Red+Green+Blue) = 11+207+29=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 207 (81.25% from 255 or 83.81% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCF1D is #F430E2. Grayscale: #808080. Windows color (decimal): -16003299 or 1953547. OLE color: 1953547.

HSL color Cylindrical-coordinate representation of color #0BCF1D: hue angle of 125.51º 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 #0BCF1D is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB1120729-
CMYK0.9500.860.19
HSL125.51º89.91%42.75%-
HSV(B)125.51º94.69%81.18%-
XYZ22.6744.798.61-
YUV128.172.0744.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.45%
GREEN value IS 207 (81.25% from 255) = 83.81%
BLUE value IS 29 (11.72% from 255) = 11.74%
R=4.45%
G=83.81%
B=11.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11207290.9500.860.19125.5189.9142.75
HexBCF1D5F056137e5a2b
Octal133173513701262317613253
Binary101111001111111011011111010101101001111111101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,207,29); }

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

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

 a { background-color: rgb(11,207,29); }

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

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

 span { border-color: rgb(11,207,29); }

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