Html Css Color HEX #0D9F3F Pigment Green

📋 copy color: '#0D9F3F'

red 13 ◦ green 159 ◦ blue 63

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

Shades of Pigment Green #0D9F3F

Tints of Pigment Green #0D9F3F

RGB

 RED value IS 13 (5.47% from 255) = 5.53%

 GREEN value IS 159 (62.5% from 255) = 67.66%

 BLUE value IS 63 (25% from 255) = 26.81%

R = 5.53%
G = 67.66%
B = 26.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#0D9F3F (or 0x0D9F3F) is known color: Pigment Green. HEX triplet: 0D, 9F and 3F. RGB value is (13,159,63). Sum of RGB (Red+Green+Blue) = 13+159+63=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 159 (62.5% from 255 or 67.66% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9F3F is #F260C0. Grayscale: #686868. Windows color (decimal): -15884481 or 4169485. OLE color: 4169485.

HSL color Cylindrical-coordinate representation of color #0D9F3F: hue angle of 140.55º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F3F is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 159 63 -
CMYK 0.92 0 0.60 0.38
HSL 140.55º 0.85% 0.34% -
HSV(B) 140.55º 0.92% 0.62% -
XYZ 13.46 25.24 8.87 -
YUV 104.4 104.63 62.81 -
System Red Green Blue C M Y K H S L
Decimal 13 159 63 0.92 0 0.60 0.38 140.55 0.85 0.34
Hex D 9F 3F 5C 0 3C 26 8D 55 22
Octal 15 237 77 134 0 74 46 215 125 42
Binary 1101 10011111 111111 1011100 0 111100 100110 10001101 1010101 100010

Color Harmonies of #0D9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9F3F

Black with #0D9F3F

Text Example


Text Example

White with #0D9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,159,63); }

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

background-color css

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

 a { background-color: rgb(13,159,63); }

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

border-color css

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

 span { border-color: rgb(13,159,63); }

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