Html Css Color HEX #0FB924 Dark Pastel Green

📋 copy color: '#0FB924'

red 15 ◦ green 185 ◦ blue 36

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

Shades of Dark Pastel Green #0FB924

Tints of Dark Pastel Green #0FB924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 6.36%
G = 78.39%
B = 15.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#0FB924 (or 0x0FB924) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 24. RGB value is (15,185,36). Sum of RGB (Red+Green+Blue) = 15+185+36=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB924 is #F046DB. Grayscale: #757575. Windows color (decimal): -15746780 or 2406671. OLE color: 2406671.

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

Color convert

RGB 15 185 36 -
CMYK 0.92 0 0.81 0.27
HSL 127.41º 0.85% 0.39% -
HSV(B) 127.41º 0.92% 0.73% -
XYZ 17.86 34.93 7.47 -
YUV 117.18 82.18 55.12 -
System Red Green Blue C M Y K H S L
Decimal 15 185 36 0.92 0 0.81 0.27 127.41 0.85 0.39
Hex F B9 24 5C 0 51 1B 7F 55 27
Octal 17 271 44 134 0 121 33 177 125 47
Binary 1111 10111001 100100 1011100 0 1010001 11011 1111111 1010101 100111

Color Harmonies of #0FB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB924

Black with #0FB924

Text Example


Text Example

White with #0FB924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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