#06BC1F

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

Shades of Dark Pastel Green #06BC1F

Tints of Dark Pastel Green #06BC1F

Color information

#06BC1F (or 0x06BC1F) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BC and 1F. RGB value is (6,188,31). Sum of RGB (Red+Green+Blue) = 6+188+31=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BC1F is #F943E0. Grayscale: #747474. Windows color (decimal): -16335841 or 2079750. OLE color: 2079750.

HSL color Cylindrical-coordinate representation of color #06BC1F: hue angle of 128.24º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC1F is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB618831-
CMYK0.9700.840.26
HSL128.24º93.81%38.04%-
HSV(B)128.24º96.81%73.73%-
XYZ18.3136.17.3-
YUV115.6880.249.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 188 (73.83% from 255) = 83.56%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=2.67%
G=83.56%
B=13.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6188310.9700.840.26128.2493.8138.04
Hex6BC1F610541A805e26
Octal62743714101243220013646
Binary110101111001111111000010101010011010100000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BC1F; }

 p { color: rgb(6,188,31); }

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

<style>
 a { background-color: #06BC1F; }

 a { background-color: rgb(6,188,31); }

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

<style>
 span { border-color: #06BC1F; }

 span { border-color: rgb(6,188,31); }

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