Html Css Color HEX #0FC319 Dark Pastel Green

📋 copy color: '#0FC319'

red 15 ◦ green 195 ◦ blue 25

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

Shades of Dark Pastel Green #0FC319

Tints of Dark Pastel Green #0FC319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 6.38%
G = 82.98%
B = 10.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#0FC319 (or 0x0FC319) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 19. RGB value is (15,195,25). Sum of RGB (Red+Green+Blue) = 15+195+25=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 195 (76.56% from 255 or 82.98% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC319 is #F03CE6. Grayscale: #7A7A7A. Windows color (decimal): -15744231 or 1688335. OLE color: 1688335.

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

Color convert

RGB 15 195 25 -
CMYK 0.92 0 0.87 0.24
HSL 123.33º 0.86% 0.41% -
HSV(B) 123.33º 0.92% 0.76% -
XYZ 19.89 39.2 7.44 -
YUV 121.8 73.37 51.82 -
System Red Green Blue C M Y K H S L
Decimal 15 195 25 0.92 0 0.87 0.24 123.33 0.86 0.41
Hex F C3 19 5C 0 57 18 7B 56 29
Octal 17 303 31 134 0 127 30 173 126 51
Binary 1111 11000011 11001 1011100 0 1010111 11000 1111011 1010110 101001

Color Harmonies of #0FC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC319

Black with #0FC319

Text Example


Text Example

White with #0FC319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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