Html Css Color HEX #0FB925 Dark Pastel Green

📋 copy color: '#0FB925'

red 15 ◦ green 185 ◦ blue 37

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

Shades of Dark Pastel Green #0FB925

Tints of Dark Pastel Green #0FB925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.61%

R = 6.33%
G = 78.06%
B = 15.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#0FB925 (or 0x0FB925) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 25. RGB value is (15,185,37). Sum of RGB (Red+Green+Blue) = 15+185+37=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 185 (72.66% from 255 or 78.06% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB925 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB925 is #F046DA. Grayscale: #757575. Windows color (decimal): -15746779 or 2472207. OLE color: 2472207.

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

Color convert

RGB 15 185 37 -
CMYK 0.92 0 0.80 0.27
HSL 127.76º 0.85% 0.39% -
HSV(B) 127.76º 0.92% 0.73% -
XYZ 17.88 34.93 7.55 -
YUV 117.3 82.68 55.03 -
System Red Green Blue C M Y K H S L
Decimal 15 185 37 0.92 0 0.80 0.27 127.76 0.85 0.39
Hex F B9 25 5C 0 50 1B 80 55 27
Octal 17 271 45 134 0 120 33 200 125 47
Binary 1111 10111001 100101 1011100 0 1010000 11011 10000000 1010101 100111

Color Harmonies of #0FB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB925

Black with #0FB925

Text Example


Text Example

White with #0FB925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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