#0FBD4B

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

Shades of Dark Pastel Green #0FBD4B

Tints of Dark Pastel Green #0FBD4B

Color information

#0FBD4B (or 0x0FBD4B) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BD and 4B. RGB value is (15,189,75). Sum of RGB (Red+Green+Blue) = 15+189+75=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBD4B is #F042B4. Grayscale: #7C7C7C. Windows color (decimal): -15745717 or 4963599. OLE color: 4963599.

HSL color Cylindrical-coordinate representation of color #0FBD4B: hue angle of 140.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD4B is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1518975-
CMYK0.9200.600.26
HSL140.69º85.29%40%-
HSV(B)140.69º92.06%74.12%-
XYZ19.663712.76-
YUV123.98100.3550.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 189 (74.22% from 255) = 67.74%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=5.38%
G=67.74%
B=26.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15189750.9200.600.26140.6985.2940
HexFBD4B5C03C1A8d5528
Octal172751131340743221512550
Binary11111011110110010111011100011110011010100011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,189,75); }

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

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

 a { background-color: rgb(15,189,75); }

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

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

 span { border-color: rgb(15,189,75); }

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