Html Css Color HEX #0FBE50 Dark Pastel Green

📋 copy color: '#0FBE50'

red 15 ◦ green 190 ◦ blue 80

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

Shades of Dark Pastel Green #0FBE50

Tints of Dark Pastel Green #0FBE50

RGB

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

 GREEN value IS 190 (74.61% from 255) = 66.67%

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

R = 5.26%
G = 66.67%
B = 28.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#0FBE50 (or 0x0FBE50) is known color: Dark Pastel Green. HEX triplet: 0F, BE and 50. RGB value is (15,190,80). Sum of RGB (Red+Green+Blue) = 15+190+80=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 190 (74.61% from 255 or 66.67% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBE50 is #F041AF. Grayscale: #7D7D7D. Windows color (decimal): -15745456 or 5291535. OLE color: 5291535.

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

Color convert

RGB 15 190 80 -
CMYK 0.92 0 0.58 0.25
HSL 142.29º 0.85% 0.4% -
HSV(B) 142.29º 0.92% 0.75% -
XYZ 20.06 37.51 13.77 -
YUV 125.14 102.52 49.44 -
System Red Green Blue C M Y K H S L
Decimal 15 190 80 0.92 0 0.58 0.25 142.29 0.85 0.4
Hex F BE 50 5C 0 3A 19 8E 55 28
Octal 17 276 120 134 0 72 31 216 125 50
Binary 1111 10111110 1010000 1011100 0 111010 11001 10001110 1010101 101000

Color Harmonies of #0FBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBE50

Black with #0FBE50

Text Example


Text Example

White with #0FBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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