Html Css Color HEX #0FBC4B Dark Pastel Green

📋 copy color: '#0FBC4B'

red 15 ◦ green 188 ◦ blue 75

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

Shades of Dark Pastel Green #0FBC4B

Tints of Dark Pastel Green #0FBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 5.4%
G = 67.63%
B = 26.98%

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

#0FBC4B (or 0x0FBC4B) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 4B. RGB value is (15,188,75). Sum of RGB (Red+Green+Blue) = 15+188+75=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC4B is #F043B4. Grayscale: #7B7B7B. Windows color (decimal): -15745973 or 4963343. OLE color: 4963343.

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

Color convert

RGB 15 188 75 -
CMYK 0.92 0 0.60 0.26
HSL 140.81º 0.85% 0.4% -
HSV(B) 140.81º 0.92% 0.74% -
XYZ 19.45 36.58 12.69 -
YUV 123.39 100.69 50.69 -
System Red Green Blue C M Y K H S L
Decimal 15 188 75 0.92 0 0.60 0.26 140.81 0.85 0.4
Hex F BC 4B 5C 0 3C 1A 8D 55 28
Octal 17 274 113 134 0 74 32 215 125 50
Binary 1111 10111100 1001011 1011100 0 111100 11010 10001101 1010101 101000

Color Harmonies of #0FBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC4B

Black with #0FBC4B

Text Example


Text Example

White with #0FBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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