Html Css Color HEX #0FAD2D Dark Pastel Green

📋 copy color: '#0FAD2D'

red 15 ◦ green 173 ◦ blue 45

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

Shades of Dark Pastel Green #0FAD2D

Tints of Dark Pastel Green #0FAD2D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 74.25%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 6.44%
G = 74.25%
B = 19.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#0FAD2D (or 0x0FAD2D) is known color: Dark Pastel Green. HEX triplet: 0F, AD and 2D. RGB value is (15,173,45). Sum of RGB (Red+Green+Blue) = 15+173+45=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD2D is #F052D2. Grayscale: #6F6F6F. Windows color (decimal): -15749843 or 2993423. OLE color: 2993423.

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

Color convert

RGB 15 173 45 -
CMYK 0.91 0 0.74 0.32
HSL 131.39º 0.84% 0.37% -
HSV(B) 131.39º 0.91% 0.68% -
XYZ 15.61 30.18 7.48 -
YUV 111.17 90.65 59.41 -
System Red Green Blue C M Y K H S L
Decimal 15 173 45 0.91 0 0.74 0.32 131.39 0.84 0.37
Hex F AD 2D 5B 0 4A 20 83 54 25
Octal 17 255 55 133 0 112 40 203 124 45
Binary 1111 10101101 101101 1011011 0 1001010 100000 10000011 1010100 100101

Color Harmonies of #0FAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD2D

Black with #0FAD2D

Text Example


Text Example

White with #0FAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,45); }

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

background-color css

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

 a { background-color: rgb(15,173,45); }

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

border-color css

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

 span { border-color: rgb(15,173,45); }

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