Html Css Color HEX #0FBE55 Dark Pastel Green

📋 copy color: '#0FBE55'

red 15 ◦ green 190 ◦ blue 85

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

Shades of Dark Pastel Green #0FBE55

Tints of Dark Pastel Green #0FBE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 5.17%
G = 65.52%
B = 29.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#0FBE55 (or 0x0FBE55) is known color: Dark Pastel Green. HEX triplet: 0F, BE and 55. RGB value is (15,190,85). Sum of RGB (Red+Green+Blue) = 15+190+85=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 190 (74.61% from 255 or 65.52% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBE55 is #F041AA. Grayscale: #7D7D7D. Windows color (decimal): -15745451 or 5619215. OLE color: 5619215.

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

Color convert

RGB 15 190 85 -
CMYK 0.92 0 0.55 0.25
HSL 144º 0.85% 0.4% -
HSV(B) 144º 0.92% 0.75% -
XYZ 20.25 37.58 14.78 -
YUV 125.71 105.02 49.04 -
System Red Green Blue C M Y K H S L
Decimal 15 190 85 0.92 0 0.55 0.25 144 0.85 0.4
Hex F BE 55 5C 0 37 19 90 55 28
Octal 17 276 125 134 0 67 31 220 125 50
Binary 1111 10111110 1010101 1011100 0 110111 11001 10010000 1010101 101000

Color Harmonies of #0FBE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBE55

Black with #0FBE55

Text Example


Text Example

White with #0FBE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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