Html Css Color HEX #0FC820 Dark Pastel Green

📋 copy color: '#0FC820'

red 15 ◦ green 200 ◦ blue 32

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

Shades of Dark Pastel Green #0FC820

Tints of Dark Pastel Green #0FC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 80.97%

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

R = 6.07%
G = 80.97%
B = 12.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#0FC820 (or 0x0FC820) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 20. RGB value is (15,200,32). Sum of RGB (Red+Green+Blue) = 15+200+32=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 200 (78.52% from 255 or 80.97% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC820 is #F037DF. Grayscale: #7E7E7E. Windows color (decimal): -15742944 or 2148367. OLE color: 2148367.

HSL color Cylindrical-coordinate representation of color #0FC820: hue angle of 125.51º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC820 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 32 -
CMYK 0.92 0 0.84 0.22
HSL 125.51º 0.86% 0.42% -
HSV(B) 125.51º 0.93% 0.78% -
XYZ 21.11 41.51 8.27 -
YUV 125.53 75.21 49.16 -
System Red Green Blue C M Y K H S L
Decimal 15 200 32 0.92 0 0.84 0.22 125.51 0.86 0.42
Hex F C8 20 5C 0 54 16 7E 56 2A
Octal 17 310 40 134 0 124 26 176 126 52
Binary 1111 11001000 100000 1011100 0 1010100 10110 1111110 1010110 101010

Color Harmonies of #0FC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC820

Black with #0FC820

Text Example


Text Example

White with #0FC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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