#0FBA1B

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

Shades of Dark Pastel Green #0FBA1B

Tints of Dark Pastel Green #0FBA1B

Color information

#0FBA1B (or 0x0FBA1B) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 1B. RGB value is (15,186,27). Sum of RGB (Red+Green+Blue) = 15+186+27=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 186 (73.05% from 255 or 81.58% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA1B is #F045E4. Grayscale: #757575. Windows color (decimal): -15746533 or 1817103. OLE color: 1817103.

HSL color Cylindrical-coordinate representation of color #0FBA1B: hue angle of 124.21º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA1B is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1518627-
CMYK0.9200.850.27
HSL124.21º85.07%39.41%-
HSV(B)124.21º91.94%72.94%-
XYZ17.9535.36.9-
YUV116.7477.3555.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 186 (73.05% from 255) = 81.58%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=6.58%
G=81.58%
B=11.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186270.9200.850.27124.2185.0739.41
HexFBA1B5C0551B7c5527
Octal172723313401253317412547
Binary111110111010110111011100010101011101111111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,186,27); }

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

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

 a { background-color: rgb(15,186,27); }

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

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

 span { border-color: rgb(15,186,27); }

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