Html Css Color HEX #0A964B Pigment Green

📋 copy color: '#0A964B'

red 10 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #0A964B

Tints of Pigment Green #0A964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 4.26%
G = 63.83%
B = 31.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#0A964B (or 0x0A964B) is known color: Pigment Green. HEX triplet: 0A, 96 and 4B. RGB value is (10,150,75). Sum of RGB (Red+Green+Blue) = 10+150+75=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #0A964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A964B is #F569B4. Grayscale: #636363. Windows color (decimal): -16083381 or 4953610. OLE color: 4953610.

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

Color convert

RGB 10 150 75 -
CMYK 0.93 0 0.5 0.41
HSL 147.86º 0.88% 0.31% -
HSV(B) 147.86º 0.93% 0.59% -
XYZ 12.3 22.39 10.33 -
YUV 99.59 114.12 64.1 -
System Red Green Blue C M Y K H S L
Decimal 10 150 75 0.93 0 0.5 0.41 147.86 0.88 0.31
Hex A 96 4B 5D 0 32 29 94 58 1F
Octal 12 226 113 135 0 62 51 224 130 37
Binary 1010 10010110 1001011 1011101 0 110010 101001 10010100 1011000 11111

Color Harmonies of #0A964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A964B

Black with #0A964B

Text Example


Text Example

White with #0A964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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