Html Css Color HEX #0FAC3D Dark Pastel Green

📋 copy color: '#0FAC3D'

red 15 ◦ green 172 ◦ blue 61

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

Shades of Dark Pastel Green #0FAC3D

Tints of Dark Pastel Green #0FAC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.6%

R = 6.05%
G = 69.35%
B = 24.6%

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

#0FAC3D (or 0x0FAC3D) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 3D. RGB value is (15,172,61). Sum of RGB (Red+Green+Blue) = 15+172+61=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC3D is #F053C2. Grayscale: #707070. Windows color (decimal): -15750083 or 4041743. OLE color: 4041743.

HSL color Cylindrical-coordinate representation of color #0FAC3D: hue angle of 137.58º 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 #0FAC3D is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 61 -
CMYK 0.91 0 0.65 0.33
HSL 137.58º 0.84% 0.37% -
HSV(B) 137.58º 0.91% 0.67% -
XYZ 15.79 29.94 9.36 -
YUV 112.4 98.99 58.53 -
System Red Green Blue C M Y K H S L
Decimal 15 172 61 0.91 0 0.65 0.33 137.58 0.84 0.37
Hex F AC 3D 5B 0 41 21 8A 54 25
Octal 17 254 75 133 0 101 41 212 124 45
Binary 1111 10101100 111101 1011011 0 1000001 100001 10001010 1010100 100101

Color Harmonies of #0FAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC3D

Black with #0FAC3D

Text Example


Text Example

White with #0FAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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