Html Css Color HEX #0FBC4D Dark Pastel Green

📋 copy color: '#0FBC4D'

red 15 ◦ green 188 ◦ blue 77

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

Shades of Dark Pastel Green #0FBC4D

Tints of Dark Pastel Green #0FBC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.14%

 BLUE value IS 77 (30.47% from 255) = 27.5%

R = 5.36%
G = 67.14%
B = 27.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#0FBC4D (or 0x0FBC4D) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 4D. RGB value is (15,188,77). Sum of RGB (Red+Green+Blue) = 15+188+77=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC4D is #F043B2. Grayscale: #7B7B7B. Windows color (decimal): -15745971 or 5094415. OLE color: 5094415.

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

Color convert

RGB 15 188 77 -
CMYK 0.92 0 0.59 0.26
HSL 141.5º 0.85% 0.4% -
HSV(B) 141.5º 0.92% 0.74% -
XYZ 19.52 36.6 13.06 -
YUV 123.62 101.69 50.53 -
System Red Green Blue C M Y K H S L
Decimal 15 188 77 0.92 0 0.59 0.26 141.5 0.85 0.4
Hex F BC 4D 5C 0 3B 1A 8E 55 28
Octal 17 274 115 134 0 73 32 216 125 50
Binary 1111 10111100 1001101 1011100 0 111011 11010 10001110 1010101 101000

Color Harmonies of #0FBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC4D

Black with #0FBC4D

Text Example


Text Example

White with #0FBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,77); }

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

background-color css

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

 a { background-color: rgb(15,188,77); }

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

border-color css

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

 span { border-color: rgb(15,188,77); }

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