Html Css Color HEX #0A9940 Pigment Green

📋 copy color: '#0A9940'

red 10 ◦ green 153 ◦ blue 64

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

Shades of Pigment Green #0A9940

Tints of Pigment Green #0A9940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 67.4%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 4.41%
G = 67.4%
B = 28.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#0A9940 (or 0x0A9940) is known color: Pigment Green. HEX triplet: 0A, 99 and 40. RGB value is (10,153,64). Sum of RGB (Red+Green+Blue) = 10+153+64=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9940 is #F566BF. Grayscale: #646464. Windows color (decimal): -16082624 or 4233482. OLE color: 4233482.

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

Color convert

RGB 10 153 64 -
CMYK 0.93 0 0.58 0.4
HSL 142.66º 0.88% 0.32% -
HSV(B) 142.66º 0.93% 0.6% -
XYZ 12.44 23.22 8.68 -
YUV 100.1 107.62 63.74 -
System Red Green Blue C M Y K H S L
Decimal 10 153 64 0.93 0 0.58 0.4 142.66 0.88 0.32
Hex A 99 40 5D 0 3A 28 8F 58 20
Octal 12 231 100 135 0 72 50 217 130 40
Binary 1010 10011001 1000000 1011101 0 111010 101000 10001111 1011000 100000

Color Harmonies of #0A9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9940

Black with #0A9940

Text Example


Text Example

White with #0A9940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,153,64); }

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

background-color css

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

 a { background-color: rgb(10,153,64); }

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

border-color css

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

 span { border-color: rgb(10,153,64); }

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