Html Css Color HEX #0FC517 Dark Pastel Green

📋 copy color: '#0FC517'

red 15 ◦ green 197 ◦ blue 23

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

Shades of Dark Pastel Green #0FC517

Tints of Dark Pastel Green #0FC517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 6.38%
G = 83.83%
B = 9.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#0FC517 (or 0x0FC517) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 17. RGB value is (15,197,23). Sum of RGB (Red+Green+Blue) = 15+197+23=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC517 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC517 is #F03AE8. Grayscale: #7B7B7B. Windows color (decimal): -15743721 or 1557775. OLE color: 1557775.

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

Color convert

RGB 15 197 23 -
CMYK 0.92 0 0.88 0.23
HSL 122.64º 0.86% 0.42% -
HSV(B) 122.64º 0.92% 0.77% -
XYZ 20.32 40.1 7.48 -
YUV 122.75 71.7 51.15 -
System Red Green Blue C M Y K H S L
Decimal 15 197 23 0.92 0 0.88 0.23 122.64 0.86 0.42
Hex F C5 17 5C 0 58 17 7B 56 2A
Octal 17 305 27 134 0 130 27 173 126 52
Binary 1111 11000101 10111 1011100 0 1011000 10111 1111011 1010110 101010

Color Harmonies of #0FC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC517

Black with #0FC517

Text Example


Text Example

White with #0FC517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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