Html Css Color HEX #0FC31C Dark Pastel Green

📋 copy color: '#0FC31C'

red 15 ◦ green 195 ◦ blue 28

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

Shades of Dark Pastel Green #0FC31C

Tints of Dark Pastel Green #0FC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 81.93%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 6.3%
G = 81.93%
B = 11.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#0FC31C (or 0x0FC31C) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 1C. RGB value is (15,195,28). Sum of RGB (Red+Green+Blue) = 15+195+28=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 195 (76.56% from 255 or 81.93% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC31C is #F03CE3. Grayscale: #7A7A7A. Windows color (decimal): -15744228 or 1884943. OLE color: 1884943.

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

Color convert

RGB 15 195 28 -
CMYK 0.92 0 0.86 0.24
HSL 124.33º 0.86% 0.41% -
HSV(B) 124.33º 0.92% 0.76% -
XYZ 19.92 39.22 7.62 -
YUV 122.14 74.87 51.58 -
System Red Green Blue C M Y K H S L
Decimal 15 195 28 0.92 0 0.86 0.24 124.33 0.86 0.41
Hex F C3 1C 5C 0 56 18 7C 56 29
Octal 17 303 34 134 0 126 30 174 126 51
Binary 1111 11000011 11100 1011100 0 1010110 11000 1111100 1010110 101001

Color Harmonies of #0FC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC31C

Black with #0FC31C

Text Example


Text Example

White with #0FC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,195,28); }

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

background-color css

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

 a { background-color: rgb(15,195,28); }

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

border-color css

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

 span { border-color: rgb(15,195,28); }

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