Html Css Color HEX #0A963F Pigment Green

📋 copy color: '#0A963F'

red 10 ◦ green 150 ◦ blue 63

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

Shades of Pigment Green #0A963F

Tints of Pigment Green #0A963F

RGB

 RED value IS 10 (4.3% from 255) = 4.48%

 GREEN value IS 150 (58.98% from 255) = 67.26%

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

R = 4.48%
G = 67.26%
B = 28.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#0A963F (or 0x0A963F) is known color: Pigment Green. HEX triplet: 0A, 96 and 3F. RGB value is (10,150,63). Sum of RGB (Red+Green+Blue) = 10+150+63=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #0A963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A963F is #F569C0. Grayscale: #626262. Windows color (decimal): -16083393 or 4167178. OLE color: 4167178.

HSL color Cylindrical-coordinate representation of color #0A963F: hue angle of 142.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A963F is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 150 63 -
CMYK 0.93 0 0.58 0.41
HSL 142.71º 0.88% 0.31% -
HSV(B) 142.71º 0.93% 0.59% -
XYZ 11.93 22.24 8.37 -
YUV 98.22 108.12 65.07 -
System Red Green Blue C M Y K H S L
Decimal 10 150 63 0.93 0 0.58 0.41 142.71 0.88 0.31
Hex A 96 3F 5D 0 3A 29 8F 58 1F
Octal 12 226 77 135 0 72 51 217 130 37
Binary 1010 10010110 111111 1011101 0 111010 101001 10001111 1011000 11111

Color Harmonies of #0A963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A963F

Black with #0A963F

Text Example


Text Example

White with #0A963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,150,63); }

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

background-color css

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

 a { background-color: rgb(10,150,63); }

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

border-color css

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

 span { border-color: rgb(10,150,63); }

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