Html Css Color HEX #0FB521 Dark Pastel Green

📋 copy color: '#0FB521'

red 15 ◦ green 181 ◦ blue 33

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

Shades of Dark Pastel Green #0FB521

Tints of Dark Pastel Green #0FB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 6.55%
G = 79.04%
B = 14.41%

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

#0FB521 (or 0x0FB521) is known color: Dark Pastel Green. HEX triplet: 0F, B5 and 21. RGB value is (15,181,33). Sum of RGB (Red+Green+Blue) = 15+181+33=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB521 is #F04ADE. Grayscale: #727272. Windows color (decimal): -15747807 or 2209039. OLE color: 2209039.

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

Color convert

RGB 15 181 33 -
CMYK 0.92 0 0.82 0.29
HSL 126.51º 0.85% 0.38% -
HSV(B) 126.51º 0.92% 0.71% -
XYZ 17 33.26 6.96 -
YUV 114.49 82 57.03 -
System Red Green Blue C M Y K H S L
Decimal 15 181 33 0.92 0 0.82 0.29 126.51 0.85 0.38
Hex F B5 21 5C 0 52 1D 7F 55 26
Octal 17 265 41 134 0 122 35 177 125 46
Binary 1111 10110101 100001 1011100 0 1010010 11101 1111111 1010101 100110

Color Harmonies of #0FB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB521

Black with #0FB521

Text Example


Text Example

White with #0FB521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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