Html Css Color HEX #0A934C Pigment Green

📋 copy color: '#0A934C'

red 10 ◦ green 147 ◦ blue 76

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

Shades of Pigment Green #0A934C

Tints of Pigment Green #0A934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.09%

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 4.29%
G = 63.09%
B = 32.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#0A934C (or 0x0A934C) is known color: Pigment Green. HEX triplet: 0A, 93 and 4C. RGB value is (10,147,76). Sum of RGB (Red+Green+Blue) = 10+147+76=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #0A934C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A934C is #F56CB3. Grayscale: #626262. Windows color (decimal): -16084148 or 5018378. OLE color: 5018378.

HSL color Cylindrical-coordinate representation of color #0A934C: hue angle of 148.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A934C is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 147 76 -
CMYK 0.93 0 0.48 0.42
HSL 148.91º 0.87% 0.31% -
HSV(B) 148.91º 0.93% 0.58% -
XYZ 11.86 21.45 10.35 -
YUV 97.94 115.61 65.27 -
System Red Green Blue C M Y K H S L
Decimal 10 147 76 0.93 0 0.48 0.42 148.91 0.87 0.31
Hex A 93 4C 5D 0 30 2A 95 57 1F
Octal 12 223 114 135 0 60 52 225 127 37
Binary 1010 10010011 1001100 1011101 0 110000 101010 10010101 1010111 11111

Color Harmonies of #0A934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A934C

Black with #0A934C

Text Example


Text Example

White with #0A934C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,76); }

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

background-color css

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

 a { background-color: rgb(10,147,76); }

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

border-color css

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

 span { border-color: rgb(10,147,76); }

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