Html Css Color HEX #0A964E Pigment Green

📋 copy color: '#0A964E'

red 10 ◦ green 150 ◦ blue 78

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

Shades of Pigment Green #0A964E

Tints of Pigment Green #0A964E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.77%

R = 4.2%
G = 63.03%
B = 32.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#0A964E (or 0x0A964E) is known color: Pigment Green. HEX triplet: 0A, 96 and 4E. RGB value is (10,150,78). Sum of RGB (Red+Green+Blue) = 10+150+78=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #0A964E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A964E is #F569B1. Grayscale: #646464. Windows color (decimal): -16083378 or 5150218. OLE color: 5150218.

HSL color Cylindrical-coordinate representation of color #0A964E: hue angle of 149.14º 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 #0A964E is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 150 78 -
CMYK 0.93 0 0.48 0.41
HSL 149.14º 0.88% 0.31% -
HSV(B) 149.14º 0.93% 0.59% -
XYZ 12.41 22.43 10.88 -
YUV 99.93 115.62 63.85 -
System Red Green Blue C M Y K H S L
Decimal 10 150 78 0.93 0 0.48 0.41 149.14 0.88 0.31
Hex A 96 4E 5D 0 30 29 95 58 1F
Octal 12 226 116 135 0 60 51 225 130 37
Binary 1010 10010110 1001110 1011101 0 110000 101001 10010101 1011000 11111

Color Harmonies of #0A964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A964E

Black with #0A964E

Text Example


Text Example

White with #0A964E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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