Html Css Color HEX #0FC842 Dark Pastel Green

📋 copy color: '#0FC842'

red 15 ◦ green 200 ◦ blue 66

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

Shades of Dark Pastel Green #0FC842

Tints of Dark Pastel Green #0FC842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.17%

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

R = 5.34%
G = 71.17%
B = 23.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#0FC842 (or 0x0FC842) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 42. RGB value is (15,200,66). Sum of RGB (Red+Green+Blue) = 15+200+66=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 200 (78.52% from 255 or 71.17% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC842 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC842 is #F037BD. Grayscale: #818181. Windows color (decimal): -15742910 or 4376591. OLE color: 4376591.

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

Color convert

RGB 15 200 66 -
CMYK 0.92 0 0.67 0.22
HSL 136.54º 0.86% 0.42% -
HSV(B) 136.54º 0.93% 0.78% -
XYZ 21.83 41.8 12.07 -
YUV 129.41 92.21 46.4 -
System Red Green Blue C M Y K H S L
Decimal 15 200 66 0.92 0 0.67 0.22 136.54 0.86 0.42
Hex F C8 42 5C 0 43 16 89 56 2A
Octal 17 310 102 134 0 103 26 211 126 52
Binary 1111 11001000 1000010 1011100 0 1000011 10110 10001001 1010110 101010

Color Harmonies of #0FC842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC842

Black with #0FC842

Text Example


Text Example

White with #0FC842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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