Html Css Color HEX #0A973D Pigment Green

📋 copy color: '#0A973D'

red 10 ◦ green 151 ◦ blue 61

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

Shades of Pigment Green #0A973D

Tints of Pigment Green #0A973D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 68.02%

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 4.5%
G = 68.02%
B = 27.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#0A973D (or 0x0A973D) is known color: Pigment Green. HEX triplet: 0A, 97 and 3D. RGB value is (10,151,61). Sum of RGB (Red+Green+Blue) = 10+151+61=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 151 (59.38% from 255 or 68.02% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 151 - color contains mainly: green. Hex color #0A973D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A973D is #F568C2. Grayscale: #626262. Windows color (decimal): -16083139 or 4036362. OLE color: 4036362.

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

Color convert

RGB 10 151 61 -
CMYK 0.93 0 0.60 0.41
HSL 141.7º 0.88% 0.32% -
HSV(B) 141.7º 0.93% 0.59% -
XYZ 12.03 22.53 8.13 -
YUV 98.58 106.79 64.82 -
System Red Green Blue C M Y K H S L
Decimal 10 151 61 0.93 0 0.60 0.41 141.7 0.88 0.32
Hex A 97 3D 5D 0 3C 29 8E 58 20
Octal 12 227 75 135 0 74 51 216 130 40
Binary 1010 10010111 111101 1011101 0 111100 101001 10001110 1011000 100000

Color Harmonies of #0A973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A973D

Black with #0A973D

Text Example


Text Example

White with #0A973D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,151,61); }

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

background-color css

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

 a { background-color: rgb(10,151,61); }

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

border-color css

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

 span { border-color: rgb(10,151,61); }

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