#0BBF1C

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

Shades of Dark Pastel Green #0BBF1C

Tints of Dark Pastel Green #0BBF1C

Color information

#0BBF1C (or 0x0BBF1C) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BF and 1C. RGB value is (11,191,28). Sum of RGB (Red+Green+Blue) = 11+191+28=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 191 (75% from 255 or 83.04% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBF1C is #F440E3. Grayscale: #777777. Windows color (decimal): -16007396 or 1883915. OLE color: 1883915.

HSL color Cylindrical-coordinate representation of color #0BBF1C: hue angle of 125.67º 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 #0BBF1C is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1119128-
CMYK0.9400.850.25
HSL125.67º89.11%39.61%-
HSV(B)125.67º94.24%74.9%-
XYZ18.9837.427.32-
YUV118.676.8751.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 191 (75% from 255) = 83.04%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=4.78%
G=83.04%
B=12.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11191280.9400.850.25125.6789.1139.61
HexBBF1C5E055197e5928
Octal132773413601253117613150
Binary101110111111111001011110010101011100111111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,191,28); }

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

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

 a { background-color: rgb(11,191,28); }

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

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

 span { border-color: rgb(11,191,28); }

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