Html Css Color HEX #0FAC2B Dark Pastel Green

📋 copy color: '#0FAC2B'

red 15 ◦ green 172 ◦ blue 43

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

Shades of Dark Pastel Green #0FAC2B

Tints of Dark Pastel Green #0FAC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 6.52%
G = 74.78%
B = 18.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#0FAC2B (or 0x0FAC2B) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 2B. RGB value is (15,172,43). Sum of RGB (Red+Green+Blue) = 15+172+43=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC2B is #F053D4. Grayscale: #6E6E6E. Windows color (decimal): -15750101 or 2862095. OLE color: 2862095.

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

Color convert

RGB 15 172 43 -
CMYK 0.91 0 0.75 0.33
HSL 130.7º 0.84% 0.37% -
HSV(B) 130.7º 0.91% 0.67% -
XYZ 15.39 29.78 7.22 -
YUV 110.35 89.99 59.99 -
System Red Green Blue C M Y K H S L
Decimal 15 172 43 0.91 0 0.75 0.33 130.7 0.84 0.37
Hex F AC 2B 5B 0 4B 21 83 54 25
Octal 17 254 53 133 0 113 41 203 124 45
Binary 1111 10101100 101011 1011011 0 1001011 100001 10000011 1010100 100101

Color Harmonies of #0FAC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC2B

Black with #0FAC2B

Text Example


Text Example

White with #0FAC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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