Html Css Color HEX #0FC032 Dark Pastel Green

📋 copy color: '#0FC032'

red 15 ◦ green 192 ◦ blue 50

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

Shades of Dark Pastel Green #0FC032

Tints of Dark Pastel Green #0FC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 74.71%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 5.84%
G = 74.71%
B = 19.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#0FC032 (or 0x0FC032) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 32. RGB value is (15,192,50). Sum of RGB (Red+Green+Blue) = 15+192+50=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC032 is #F03FCD. Grayscale: #7B7B7B. Windows color (decimal): -15744974 or 3325967. OLE color: 3325967.

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

Color convert

RGB 15 192 50 -
CMYK 0.92 0 0.74 0.25
HSL 131.86º 0.86% 0.41% -
HSV(B) 131.86º 0.92% 0.75% -
XYZ 19.62 38.03 9.32 -
YUV 122.89 86.86 51.05 -
System Red Green Blue C M Y K H S L
Decimal 15 192 50 0.92 0 0.74 0.25 131.86 0.86 0.41
Hex F C0 32 5C 0 4A 19 84 56 29
Octal 17 300 62 134 0 112 31 204 126 51
Binary 1111 11000000 110010 1011100 0 1001010 11001 10000100 1010110 101001

Color Harmonies of #0FC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC032

Black with #0FC032

Text Example


Text Example

White with #0FC032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,50); }

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

background-color css

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

 a { background-color: rgb(15,192,50); }

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

border-color css

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

 span { border-color: rgb(15,192,50); }

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