Html Css Color HEX #0FB221 Dark Pastel Green

📋 copy color: '#0FB221'

red 15 ◦ green 178 ◦ blue 33

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

Shades of Dark Pastel Green #0FB221

Tints of Dark Pastel Green #0FB221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 78.76%

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

R = 6.64%
G = 78.76%
B = 14.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#0FB221 (or 0x0FB221) is known color: Dark Pastel Green. HEX triplet: 0F, B2 and 21. RGB value is (15,178,33). Sum of RGB (Red+Green+Blue) = 15+178+33=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB221 is #F04DDE. Grayscale: #717171. Windows color (decimal): -15748575 or 2208271. OLE color: 2208271.

HSL color Cylindrical-coordinate representation of color #0FB221: hue angle of 126.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB221 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 178 33 -
CMYK 0.92 0 0.81 0.30
HSL 126.63º 0.84% 0.38% -
HSV(B) 126.63º 0.92% 0.7% -
XYZ 16.39 32.05 6.76 -
YUV 112.73 83 58.29 -
System Red Green Blue C M Y K H S L
Decimal 15 178 33 0.92 0 0.81 0.30 126.63 0.84 0.38
Hex F B2 21 5C 0 51 1E 7F 54 26
Octal 17 262 41 134 0 121 36 177 124 46
Binary 1111 10110010 100001 1011100 0 1010001 11110 1111111 1010100 100110

Color Harmonies of #0FB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB221

Black with #0FB221

Text Example


Text Example

White with #0FB221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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