Html Css Color HEX #0FB139 Dark Pastel Green

📋 copy color: '#0FB139'

red 15 ◦ green 177 ◦ blue 57

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

Shades of Dark Pastel Green #0FB139

Tints of Dark Pastel Green #0FB139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.89%

R = 6.02%
G = 71.08%
B = 22.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#0FB139 (or 0x0FB139) is known color: Dark Pastel Green. HEX triplet: 0F, B1 and 39. RGB value is (15,177,57). Sum of RGB (Red+Green+Blue) = 15+177+57=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 177 (69.53% from 255 or 71.08% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB139 is #F04EC6. Grayscale: #737373. Windows color (decimal): -15748807 or 3780879. OLE color: 3780879.

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

Color convert

RGB 15 177 57 -
CMYK 0.92 0 0.68 0.31
HSL 135.56º 0.84% 0.38% -
HSV(B) 135.56º 0.92% 0.69% -
XYZ 16.66 31.84 9.14 -
YUV 114.88 95.33 56.76 -
System Red Green Blue C M Y K H S L
Decimal 15 177 57 0.92 0 0.68 0.31 135.56 0.84 0.38
Hex F B1 39 5C 0 44 1F 88 54 26
Octal 17 261 71 134 0 104 37 210 124 46
Binary 1111 10110001 111001 1011100 0 1000100 11111 10001000 1010100 100110

Color Harmonies of #0FB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB139

Black with #0FB139

Text Example


Text Example

White with #0FB139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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