Html Css Color HEX #0FB146 Dark Pastel Green

📋 copy color: '#0FB146'

red 15 ◦ green 177 ◦ blue 70

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

Shades of Dark Pastel Green #0FB146

Tints of Dark Pastel Green #0FB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 67.56%

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 5.73%
G = 67.56%
B = 26.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#0FB146 (or 0x0FB146) is known color: Dark Pastel Green. HEX triplet: 0F, B1 and 46. RGB value is (15,177,70). Sum of RGB (Red+Green+Blue) = 15+177+70=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 177 (69.53% from 255 or 67.56% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB146 is #F04EB9. Grayscale: #747474. Windows color (decimal): -15748794 or 4632847. OLE color: 4632847.

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

Color convert

RGB 15 177 70 -
CMYK 0.92 0 0.60 0.31
HSL 140.37º 0.84% 0.38% -
HSV(B) 140.37º 0.92% 0.69% -
XYZ 17.02 31.99 11.07 -
YUV 116.36 101.83 55.7 -
System Red Green Blue C M Y K H S L
Decimal 15 177 70 0.92 0 0.60 0.31 140.37 0.84 0.38
Hex F B1 46 5C 0 3C 1F 8C 54 26
Octal 17 261 106 134 0 74 37 214 124 46
Binary 1111 10110001 1000110 1011100 0 111100 11111 10001100 1010100 100110

Color Harmonies of #0FB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB146

Black with #0FB146

Text Example


Text Example

White with #0FB146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,177,70); }

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

background-color css

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

 a { background-color: rgb(15,177,70); }

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

border-color css

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

 span { border-color: rgb(15,177,70); }

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