Html Css Color HEX #0FC221 Dark Pastel Green

📋 copy color: '#0FC221'

red 15 ◦ green 194 ◦ blue 33

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

Shades of Dark Pastel Green #0FC221

Tints of Dark Pastel Green #0FC221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 80.17%

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

R = 6.2%
G = 80.17%
B = 13.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#0FC221 (or 0x0FC221) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 21. RGB value is (15,194,33). Sum of RGB (Red+Green+Blue) = 15+194+33=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC221 is #F03DDE. Grayscale: #7A7A7A. Windows color (decimal): -15744479 or 2212367. OLE color: 2212367.

HSL color Cylindrical-coordinate representation of color #0FC221: hue angle of 126.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC221 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 194 33 -
CMYK 0.92 0 0.83 0.24
HSL 126.03º 0.86% 0.41% -
HSV(B) 126.03º 0.92% 0.76% -
XYZ 19.76 38.79 7.89 -
YUV 122.13 77.7 51.59 -
System Red Green Blue C M Y K H S L
Decimal 15 194 33 0.92 0 0.83 0.24 126.03 0.86 0.41
Hex F C2 21 5C 0 53 18 7E 56 29
Octal 17 302 41 134 0 123 30 176 126 51
Binary 1111 11000010 100001 1011100 0 1010011 11000 1111110 1010110 101001

Color Harmonies of #0FC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC221

Black with #0FC221

Text Example


Text Example

White with #0FC221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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