Html Css Color HEX #0A964D Pigment Green

📋 copy color: '#0A964D'

red 10 ◦ green 150 ◦ blue 77

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

Shades of Pigment Green #0A964D

Tints of Pigment Green #0A964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 4.22%
G = 63.29%
B = 32.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#0A964D (or 0x0A964D) is known color: Pigment Green. HEX triplet: 0A, 96 and 4D. RGB value is (10,150,77). Sum of RGB (Red+Green+Blue) = 10+150+77=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #0A964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A964D is #F569B2. Grayscale: #636363. Windows color (decimal): -16083379 or 5084682. OLE color: 5084682.

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

Color convert

RGB 10 150 77 -
CMYK 0.93 0 0.49 0.41
HSL 148.71º 0.88% 0.31% -
HSV(B) 148.71º 0.93% 0.59% -
XYZ 12.37 22.41 10.7 -
YUV 99.82 115.12 63.94 -
System Red Green Blue C M Y K H S L
Decimal 10 150 77 0.93 0 0.49 0.41 148.71 0.88 0.31
Hex A 96 4D 5D 0 31 29 95 58 1F
Octal 12 226 115 135 0 61 51 225 130 37
Binary 1010 10010110 1001101 1011101 0 110001 101001 10010101 1011000 11111

Color Harmonies of #0A964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A964D

Black with #0A964D

Text Example


Text Example

White with #0A964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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