Html Css Color HEX #0FC51D Dark Pastel Green

📋 copy color: '#0FC51D'

red 15 ◦ green 197 ◦ blue 29

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

Shades of Dark Pastel Green #0FC51D

Tints of Dark Pastel Green #0FC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 81.74%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 6.22%
G = 81.74%
B = 12.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#0FC51D (or 0x0FC51D) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 1D. RGB value is (15,197,29). Sum of RGB (Red+Green+Blue) = 15+197+29=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC51D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC51D is #F03AE2. Grayscale: #7B7B7B. Windows color (decimal): -15743715 or 1950991. OLE color: 1950991.

HSL color Cylindrical-coordinate representation of color #0FC51D: hue angle of 124.62º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC51D is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 15 197 29 -
CMYK 0.92 0 0.85 0.23
HSL 124.62º 0.86% 0.42% -
HSV(B) 124.62º 0.92% 0.77% -
XYZ 20.39 40.12 7.83 -
YUV 123.43 74.7 50.66 -
System Red Green Blue C M Y K H S L
Decimal 15 197 29 0.92 0 0.85 0.23 124.62 0.86 0.42
Hex F C5 1D 5C 0 55 17 7D 56 2A
Octal 17 305 35 134 0 125 27 175 126 52
Binary 1111 11000101 11101 1011100 0 1010101 10111 1111101 1010110 101010

Color Harmonies of #0FC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC51D

Black with #0FC51D

Text Example


Text Example

White with #0FC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,197,29); }

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

background-color css

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

 a { background-color: rgb(15,197,29); }

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

border-color css

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

 span { border-color: rgb(15,197,29); }

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