Html Css Color HEX #0FB520 Dark Pastel Green

📋 copy color: '#0FB520'

red 15 ◦ green 181 ◦ blue 32

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

Shades of Dark Pastel Green #0FB520

Tints of Dark Pastel Green #0FB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 79.39%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 6.58%
G = 79.39%
B = 14.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#0FB520 (or 0x0FB520) is known color: Dark Pastel Green. HEX triplet: 0F, B5 and 20. RGB value is (15,181,32). Sum of RGB (Red+Green+Blue) = 15+181+32=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 181 (71.09% from 255 or 79.39% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB520 is #F04ADF. Grayscale: #727272. Windows color (decimal): -15747808 or 2143503. OLE color: 2143503.

HSL color Cylindrical-coordinate representation of color #0FB520: hue angle of 126.14º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB520 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 181 32 -
CMYK 0.92 0 0.82 0.29
HSL 126.14º 0.85% 0.38% -
HSV(B) 126.14º 0.92% 0.71% -
XYZ 16.98 33.25 6.89 -
YUV 114.38 81.5 57.12 -
System Red Green Blue C M Y K H S L
Decimal 15 181 32 0.92 0 0.82 0.29 126.14 0.85 0.38
Hex F B5 20 5C 0 52 1D 7E 55 26
Octal 17 265 40 134 0 122 35 176 125 46
Binary 1111 10110101 100000 1011100 0 1010010 11101 1111110 1010101 100110

Color Harmonies of #0FB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB520

Black with #0FB520

Text Example


Text Example

White with #0FB520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,181,32); }

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

background-color css

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

 a { background-color: rgb(15,181,32); }

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

border-color css

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

 span { border-color: rgb(15,181,32); }

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