Html Css Color HEX #0FC942 Dark Pastel Green

📋 copy color: '#0FC942'

red 15 ◦ green 201 ◦ blue 66

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

Shades of Dark Pastel Green #0FC942

Tints of Dark Pastel Green #0FC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 71.28%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 5.32%
G = 71.28%
B = 23.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#0FC942 (or 0x0FC942) is known color: Dark Pastel Green. HEX triplet: 0F, C9 and 42. RGB value is (15,201,66). Sum of RGB (Red+Green+Blue) = 15+201+66=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC942 is #F036BD. Grayscale: #828282. Windows color (decimal): -15742654 or 4376847. OLE color: 4376847.

HSL color Cylindrical-coordinate representation of color #0FC942: hue angle of 136.45º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC942 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 66 -
CMYK 0.93 0 0.67 0.21
HSL 136.45º 0.86% 0.42% -
HSV(B) 136.45º 0.93% 0.79% -
XYZ 22.07 42.27 12.15 -
YUV 130 91.88 45.98 -
System Red Green Blue C M Y K H S L
Decimal 15 201 66 0.93 0 0.67 0.21 136.45 0.86 0.42
Hex F C9 42 5D 0 43 15 88 56 2A
Octal 17 311 102 135 0 103 25 210 126 52
Binary 1111 11001001 1000010 1011101 0 1000011 10101 10001000 1010110 101010

Color Harmonies of #0FC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC942

Black with #0FC942

Text Example


Text Example

White with #0FC942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,66); }

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

background-color css

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

 a { background-color: rgb(15,201,66); }

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

border-color css

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

 span { border-color: rgb(15,201,66); }

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