Html Css Color HEX #0FBA47 Dark Pastel Green

📋 copy color: '#0FBA47'

red 15 ◦ green 186 ◦ blue 71

#0FBA47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0FBA47

Tints of Dark Pastel Green #0FBA47

RGB

 RED value IS 15 (6.25% from 255) = 5.51%

 GREEN value IS 186 (73.05% from 255) = 68.38%

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 5.51%
G = 68.38%
B = 26.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#0FBA47 (or 0x0FBA47) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 47. RGB value is (15,186,71). Sum of RGB (Red+Green+Blue) = 15+186+71=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA47 is #F045B8. Grayscale: #7A7A7A. Windows color (decimal): -15746489 or 4700687. OLE color: 4700687.

HSL color Cylindrical-coordinate representation of color #0FBA47: hue angle of 139.65º 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 #0FBA47 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 71 -
CMYK 0.92 0 0.62 0.27
HSL 139.65º 0.85% 0.39% -
HSV(B) 139.65º 0.92% 0.73% -
XYZ 18.89 35.67 11.85 -
YUV 121.76 99.35 51.85 -
System Red Green Blue C M Y K H S L
Decimal 15 186 71 0.92 0 0.62 0.27 139.65 0.85 0.39
Hex F BA 47 5C 0 3E 1B 8C 55 27
Octal 17 272 107 134 0 76 33 214 125 47
Binary 1111 10111010 1000111 1011100 0 111110 11011 10001100 1010101 100111

Color Harmonies of #0FBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA47

Black with #0FBA47

Text Example


Text Example

White with #0FBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FBA47;
 }
 .AnyTagClassName
 {
   color: #0FBA47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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