Html Css Color HEX #0FC030 Dark Pastel Green

📋 copy color: '#0FC030'

red 15 ◦ green 192 ◦ blue 48

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

Shades of Dark Pastel Green #0FC030

Tints of Dark Pastel Green #0FC030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.82%

R = 5.88%
G = 75.29%
B = 18.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#0FC030 (or 0x0FC030) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 30. RGB value is (15,192,48). Sum of RGB (Red+Green+Blue) = 15+192+48=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC030 is #F03FCF. Grayscale: #7B7B7B. Windows color (decimal): -15744976 or 3194895. OLE color: 3194895.

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

Color convert

RGB 15 192 48 -
CMYK 0.92 0 0.75 0.25
HSL 131.19º 0.86% 0.41% -
HSV(B) 131.19º 0.92% 0.75% -
XYZ 19.58 38.01 9.1 -
YUV 122.66 85.86 51.21 -
System Red Green Blue C M Y K H S L
Decimal 15 192 48 0.92 0 0.75 0.25 131.19 0.86 0.41
Hex F C0 30 5C 0 4B 19 83 56 29
Octal 17 300 60 134 0 113 31 203 126 51
Binary 1111 11000000 110000 1011100 0 1001011 11001 10000011 1010110 101001

Color Harmonies of #0FC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC030

Black with #0FC030

Text Example


Text Example

White with #0FC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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