Html Css Color HEX #0FBA49 Dark Pastel Green

📋 copy color: '#0FBA49'

red 15 ◦ green 186 ◦ blue 73

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

Shades of Dark Pastel Green #0FBA49

Tints of Dark Pastel Green #0FBA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.64%

R = 5.47%
G = 67.88%
B = 26.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#0FBA49 (or 0x0FBA49) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 49. RGB value is (15,186,73). Sum of RGB (Red+Green+Blue) = 15+186+73=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA49 is #F045B6. Grayscale: #7A7A7A. Windows color (decimal): -15746487 or 4831759. OLE color: 4831759.

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

Color convert

RGB 15 186 73 -
CMYK 0.92 0 0.61 0.27
HSL 140.35º 0.85% 0.39% -
HSV(B) 140.35º 0.92% 0.73% -
XYZ 18.96 35.7 12.19 -
YUV 121.99 100.35 51.69 -
System Red Green Blue C M Y K H S L
Decimal 15 186 73 0.92 0 0.61 0.27 140.35 0.85 0.39
Hex F BA 49 5C 0 3D 1B 8C 55 27
Octal 17 272 111 134 0 75 33 214 125 47
Binary 1111 10111010 1001001 1011100 0 111101 11011 10001100 1010101 100111

Color Harmonies of #0FBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA49

Black with #0FBA49

Text Example


Text Example

White with #0FBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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