Html Css Color HEX #0FAC3C Dark Pastel Green

📋 copy color: '#0FAC3C'

red 15 ◦ green 172 ◦ blue 60

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

Shades of Dark Pastel Green #0FAC3C

Tints of Dark Pastel Green #0FAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 69.64%

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 6.07%
G = 69.64%
B = 24.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#0FAC3C (or 0x0FAC3C) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 3C. RGB value is (15,172,60). Sum of RGB (Red+Green+Blue) = 15+172+60=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC3C is #F053C3. Grayscale: #707070. Windows color (decimal): -15750084 or 3976207. OLE color: 3976207.

HSL color Cylindrical-coordinate representation of color #0FAC3C: hue angle of 137.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC3C is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 60 -
CMYK 0.91 0 0.65 0.33
HSL 137.2º 0.84% 0.37% -
HSV(B) 137.2º 0.91% 0.67% -
XYZ 15.77 29.93 9.22 -
YUV 112.29 98.49 58.61 -
System Red Green Blue C M Y K H S L
Decimal 15 172 60 0.91 0 0.65 0.33 137.2 0.84 0.37
Hex F AC 3C 5B 0 41 21 89 54 25
Octal 17 254 74 133 0 101 41 211 124 45
Binary 1111 10101100 111100 1011011 0 1000001 100001 10001001 1010100 100101

Color Harmonies of #0FAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC3C

Black with #0FAC3C

Text Example


Text Example

White with #0FAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,60); }

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

background-color css

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

 a { background-color: rgb(15,172,60); }

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

border-color css

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

 span { border-color: rgb(15,172,60); }

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