Html Css Color HEX #0A963A Pigment Green

📋 copy color: '#0A963A'

red 10 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #0A963A

Tints of Pigment Green #0A963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 4.59%
G = 68.81%
B = 26.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#0A963A (or 0x0A963A) is known color: Pigment Green. HEX triplet: 0A, 96 and 3A. RGB value is (10,150,58). Sum of RGB (Red+Green+Blue) = 10+150+58=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #0A963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A963A is #F569C5. Grayscale: #616161. Windows color (decimal): -16083398 or 3839498. OLE color: 3839498.

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

Color convert

RGB 10 150 58 -
CMYK 0.93 0 0.61 0.41
HSL 140.57º 0.88% 0.31% -
HSV(B) 140.57º 0.93% 0.59% -
XYZ 11.8 22.18 7.66 -
YUV 97.65 105.62 65.48 -
System Red Green Blue C M Y K H S L
Decimal 10 150 58 0.93 0 0.61 0.41 140.57 0.88 0.31
Hex A 96 3A 5D 0 3D 29 8D 58 1F
Octal 12 226 72 135 0 75 51 215 130 37
Binary 1010 10010110 111010 1011101 0 111101 101001 10001101 1011000 11111

Color Harmonies of #0A963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A963A

Black with #0A963A

Text Example


Text Example

White with #0A963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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