Html Css Color HEX #0FBA50 Dark Pastel Green

📋 copy color: '#0FBA50'

red 15 ◦ green 186 ◦ blue 80

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

Shades of Dark Pastel Green #0FBA50

Tints of Dark Pastel Green #0FBA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 5.34%
G = 66.19%
B = 28.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#0FBA50 (or 0x0FBA50) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 50. RGB value is (15,186,80). Sum of RGB (Red+Green+Blue) = 15+186+80=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA50 is #F045AF. Grayscale: #7B7B7B. Windows color (decimal): -15746480 or 5290511. OLE color: 5290511.

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

Color convert

RGB 15 186 80 -
CMYK 0.92 0 0.57 0.27
HSL 142.81º 0.85% 0.39% -
HSV(B) 142.81º 0.92% 0.73% -
XYZ 19.2 35.8 13.49 -
YUV 122.79 103.85 51.12 -
System Red Green Blue C M Y K H S L
Decimal 15 186 80 0.92 0 0.57 0.27 142.81 0.85 0.39
Hex F BA 50 5C 0 39 1B 8F 55 27
Octal 17 272 120 134 0 71 33 217 125 47
Binary 1111 10111010 1010000 1011100 0 111001 11011 10001111 1010101 100111

Color Harmonies of #0FBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA50

Black with #0FBA50

Text Example


Text Example

White with #0FBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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