Html Css Color HEX #0FB950 Dark Pastel Green

📋 copy color: '#0FB950'

red 15 ◦ green 185 ◦ blue 80

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

Shades of Dark Pastel Green #0FB950

Tints of Dark Pastel Green #0FB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.07%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 5.36%
G = 66.07%
B = 28.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#0FB950 (or 0x0FB950) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 50. RGB value is (15,185,80). Sum of RGB (Red+Green+Blue) = 15+185+80=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB950 is #F046AF. Grayscale: #7A7A7A. Windows color (decimal): -15746736 or 5290255. OLE color: 5290255.

HSL color Cylindrical-coordinate representation of color #0FB950: hue angle of 142.94º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB950 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 80 -
CMYK 0.92 0 0.57 0.27
HSL 142.94º 0.85% 0.39% -
HSV(B) 142.94º 0.92% 0.73% -
XYZ 18.99 35.38 13.42 -
YUV 122.2 104.18 51.54 -
System Red Green Blue C M Y K H S L
Decimal 15 185 80 0.92 0 0.57 0.27 142.94 0.85 0.39
Hex F B9 50 5C 0 39 1B 8F 55 27
Octal 17 271 120 134 0 71 33 217 125 47
Binary 1111 10111001 1010000 1011100 0 111001 11011 10001111 1010101 100111

Color Harmonies of #0FB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB950

Black with #0FB950

Text Example


Text Example

White with #0FB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,80); }

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

background-color css

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

 a { background-color: rgb(15,185,80); }

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

border-color css

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

 span { border-color: rgb(15,185,80); }

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