Html Css Color HEX #0FB047 Dark Pastel Green

📋 copy color: '#0FB047'

red 15 ◦ green 176 ◦ blue 71

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

Shades of Dark Pastel Green #0FB047

Tints of Dark Pastel Green #0FB047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 67.18%

 BLUE value IS 71 (28.13% from 255) = 27.1%

R = 5.73%
G = 67.18%
B = 27.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#0FB047 (or 0x0FB047) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 47. RGB value is (15,176,71). Sum of RGB (Red+Green+Blue) = 15+176+71=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 176 (69.14% from 255 or 67.18% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB047 is #F04FB8. Grayscale: #747474. Windows color (decimal): -15749049 or 4698127. OLE color: 4698127.

HSL color Cylindrical-coordinate representation of color #0FB047: hue angle of 140.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB047 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 71 -
CMYK 0.91 0 0.60 0.31
HSL 140.87º 0.84% 0.37% -
HSV(B) 140.87º 0.91% 0.69% -
XYZ 16.86 31.61 11.17 -
YUV 115.89 102.66 56.04 -
System Red Green Blue C M Y K H S L
Decimal 15 176 71 0.91 0 0.60 0.31 140.87 0.84 0.37
Hex F B0 47 5B 0 3C 1F 8D 54 25
Octal 17 260 107 133 0 74 37 215 124 45
Binary 1111 10110000 1000111 1011011 0 111100 11111 10001101 1010100 100101

Color Harmonies of #0FB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB047

Black with #0FB047

Text Example


Text Example

White with #0FB047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,71); }

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

background-color css

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

 a { background-color: rgb(15,176,71); }

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

border-color css

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

 span { border-color: rgb(15,176,71); }

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