Html Css Color HEX #0FC24A Dark Pastel Green

📋 copy color: '#0FC24A'

red 15 ◦ green 194 ◦ blue 74

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

Shades of Dark Pastel Green #0FC24A

Tints of Dark Pastel Green #0FC24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 5.3%
G = 68.55%
B = 26.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#0FC24A (or 0x0FC24A) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 4A. RGB value is (15,194,74). Sum of RGB (Red+Green+Blue) = 15+194+74=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC24A is #F03DB5. Grayscale: #7F7F7F. Windows color (decimal): -15744438 or 4899343. OLE color: 4899343.

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

Color convert

RGB 15 194 74 -
CMYK 0.92 0 0.62 0.24
HSL 139.78º 0.86% 0.41% -
HSV(B) 139.78º 0.92% 0.76% -
XYZ 20.72 39.18 12.95 -
YUV 126.8 98.2 48.26 -
System Red Green Blue C M Y K H S L
Decimal 15 194 74 0.92 0 0.62 0.24 139.78 0.86 0.41
Hex F C2 4A 5C 0 3E 18 8C 56 29
Octal 17 302 112 134 0 76 30 214 126 51
Binary 1111 11000010 1001010 1011100 0 111110 11000 10001100 1010110 101001

Color Harmonies of #0FC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC24A

Black with #0FC24A

Text Example


Text Example

White with #0FC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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