Html Css Color HEX #0FC24D Dark Pastel Green

📋 copy color: '#0FC24D'

red 15 ◦ green 194 ◦ blue 77

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

Shades of Dark Pastel Green #0FC24D

Tints of Dark Pastel Green #0FC24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.83%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 5.24%
G = 67.83%
B = 26.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#0FC24D (or 0x0FC24D) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 4D. RGB value is (15,194,77). Sum of RGB (Red+Green+Blue) = 15+194+77=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC24D is #F03DB2. Grayscale: #7F7F7F. Windows color (decimal): -15744435 or 5095951. OLE color: 5095951.

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

Color convert

RGB 15 194 77 -
CMYK 0.92 0 0.60 0.24
HSL 140.78º 0.86% 0.41% -
HSV(B) 140.78º 0.92% 0.76% -
XYZ 20.83 39.22 13.49 -
YUV 127.14 99.7 48.01 -
System Red Green Blue C M Y K H S L
Decimal 15 194 77 0.92 0 0.60 0.24 140.78 0.86 0.41
Hex F C2 4D 5C 0 3C 18 8D 56 29
Octal 17 302 115 134 0 74 30 215 126 51
Binary 1111 11000010 1001101 1011100 0 111100 11000 10001101 1010110 101001

Color Harmonies of #0FC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC24D

Black with #0FC24D

Text Example


Text Example

White with #0FC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,194,77); }

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

background-color css

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

 a { background-color: rgb(15,194,77); }

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

border-color css

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

 span { border-color: rgb(15,194,77); }

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