Html Css Color HEX #0FC03D Dark Pastel Green

📋 copy color: '#0FC03D'

red 15 ◦ green 192 ◦ blue 61

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

Shades of Dark Pastel Green #0FC03D

Tints of Dark Pastel Green #0FC03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 5.6%
G = 71.64%
B = 22.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#0FC03D (or 0x0FC03D) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 3D. RGB value is (15,192,61). Sum of RGB (Red+Green+Blue) = 15+192+61=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC03D is #F03FC2. Grayscale: #7C7C7C. Windows color (decimal): -15744963 or 4046863. OLE color: 4046863.

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

Color convert

RGB 15 192 61 -
CMYK 0.92 0 0.68 0.25
HSL 135.59º 0.86% 0.41% -
HSV(B) 135.59º 0.92% 0.75% -
XYZ 19.89 38.14 10.73 -
YUV 124.14 92.36 50.15 -
System Red Green Blue C M Y K H S L
Decimal 15 192 61 0.92 0 0.68 0.25 135.59 0.86 0.41
Hex F C0 3D 5C 0 44 19 88 56 29
Octal 17 300 75 134 0 104 31 210 126 51
Binary 1111 11000000 111101 1011100 0 1000100 11001 10001000 1010110 101001

Color Harmonies of #0FC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC03D

Black with #0FC03D

Text Example


Text Example

White with #0FC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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