Html Css Color HEX #0FBC4C Dark Pastel Green

📋 copy color: '#0FBC4C'

red 15 ◦ green 188 ◦ blue 76

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

Shades of Dark Pastel Green #0FBC4C

Tints of Dark Pastel Green #0FBC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 5.38%
G = 67.38%
B = 27.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#0FBC4C (or 0x0FBC4C) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 4C. RGB value is (15,188,76). Sum of RGB (Red+Green+Blue) = 15+188+76=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC4C is #F043B3. Grayscale: #7B7B7B. Windows color (decimal): -15745972 or 5028879. OLE color: 5028879.

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

Color convert

RGB 15 188 76 -
CMYK 0.92 0 0.60 0.26
HSL 141.16º 0.85% 0.4% -
HSV(B) 141.16º 0.92% 0.74% -
XYZ 19.48 36.59 12.87 -
YUV 123.51 101.19 50.61 -
System Red Green Blue C M Y K H S L
Decimal 15 188 76 0.92 0 0.60 0.26 141.16 0.85 0.4
Hex F BC 4C 5C 0 3C 1A 8D 55 28
Octal 17 274 114 134 0 74 32 215 125 50
Binary 1111 10111100 1001100 1011100 0 111100 11010 10001101 1010101 101000

Color Harmonies of #0FBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC4C

Black with #0FBC4C

Text Example


Text Example

White with #0FBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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