Html Css Color HEX #0FC117 Dark Pastel Green

📋 copy color: '#0FC117'

red 15 ◦ green 193 ◦ blue 23

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

Shades of Dark Pastel Green #0FC117

Tints of Dark Pastel Green #0FC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 83.55%

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

R = 6.49%
G = 83.55%
B = 9.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#0FC117 (or 0x0FC117) is known color: Dark Pastel Green. HEX triplet: 0F, C1 and 17. RGB value is (15,193,23). Sum of RGB (Red+Green+Blue) = 15+193+23=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 193 (75.78% from 255 or 83.55% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC117 is #F03EE8. Grayscale: #787878. Windows color (decimal): -15744745 or 1556751. OLE color: 1556751.

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

Color convert

RGB 15 193 23 -
CMYK 0.92 0 0.88 0.24
HSL 122.7º 0.86% 0.41% -
HSV(B) 122.7º 0.92% 0.76% -
XYZ 19.42 38.3 7.18 -
YUV 120.4 73.03 52.82 -
System Red Green Blue C M Y K H S L
Decimal 15 193 23 0.92 0 0.88 0.24 122.7 0.86 0.41
Hex F C1 17 5C 0 58 18 7B 56 29
Octal 17 301 27 134 0 130 30 173 126 51
Binary 1111 11000001 10111 1011100 0 1011000 11000 1111011 1010110 101001

Color Harmonies of #0FC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC117

Black with #0FC117

Text Example


Text Example

White with #0FC117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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