Html Css Color HEX #0FC122 Dark Pastel Green

📋 copy color: '#0FC122'

red 15 ◦ green 193 ◦ blue 34

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

Shades of Dark Pastel Green #0FC122

Tints of Dark Pastel Green #0FC122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 79.75%

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 6.2%
G = 79.75%
B = 14.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#0FC122 (or 0x0FC122) is known color: Dark Pastel Green. HEX triplet: 0F, C1 and 22. RGB value is (15,193,34). Sum of RGB (Red+Green+Blue) = 15+193+34=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC122 is #F03EDD. Grayscale: #7A7A7A. Windows color (decimal): -15744734 or 2277647. OLE color: 2277647.

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

Color convert

RGB 15 193 34 -
CMYK 0.92 0 0.82 0.24
HSL 126.4º 0.86% 0.41% -
HSV(B) 126.4º 0.92% 0.76% -
XYZ 19.56 38.36 7.89 -
YUV 121.65 78.53 51.93 -
System Red Green Blue C M Y K H S L
Decimal 15 193 34 0.92 0 0.82 0.24 126.4 0.86 0.41
Hex F C1 22 5C 0 52 18 7E 56 29
Octal 17 301 42 134 0 122 30 176 126 51
Binary 1111 11000001 100010 1011100 0 1010010 11000 1111110 1010110 101001

Color Harmonies of #0FC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC122

Black with #0FC122

Text Example


Text Example

White with #0FC122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,193,34); }

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

background-color css

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

 a { background-color: rgb(15,193,34); }

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

border-color css

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

 span { border-color: rgb(15,193,34); }

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