Html Css Color HEX #0FC01E Dark Pastel Green

📋 copy color: '#0FC01E'

red 15 ◦ green 192 ◦ blue 30

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

Shades of Dark Pastel Green #0FC01E

Tints of Dark Pastel Green #0FC01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.01%

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 6.33%
G = 81.01%
B = 12.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#0FC01E (or 0x0FC01E) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 1E. RGB value is (15,192,30). Sum of RGB (Red+Green+Blue) = 15+192+30=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC01E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC01E is #F03FE1. Grayscale: #797979. Windows color (decimal): -15744994 or 2015247. OLE color: 2015247.

HSL color Cylindrical-coordinate representation of color #0FC01E: hue angle of 125.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC01E is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 30 -
CMYK 0.92 0 0.84 0.25
HSL 125.08º 0.86% 0.41% -
HSV(B) 125.08º 0.92% 0.75% -
XYZ 19.28 37.89 7.53 -
YUV 120.61 76.86 52.67 -
System Red Green Blue C M Y K H S L
Decimal 15 192 30 0.92 0 0.84 0.25 125.08 0.86 0.41
Hex F C0 1E 5C 0 54 19 7D 56 29
Octal 17 300 36 134 0 124 31 175 126 51
Binary 1111 11000000 11110 1011100 0 1010100 11001 1111101 1010110 101001

Color Harmonies of #0FC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC01E

Black with #0FC01E

Text Example


Text Example

White with #0FC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,30); }

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

background-color css

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

 a { background-color: rgb(15,192,30); }

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

border-color css

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

 span { border-color: rgb(15,192,30); }

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