Html Css Color HEX #0A9B4E Pigment Green

📋 copy color: '#0A9B4E'

red 10 ◦ green 155 ◦ blue 78

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

Shades of Pigment Green #0A9B4E

Tints of Pigment Green #0A9B4E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 63.79%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 4.12%
G = 63.79%
B = 32.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#0A9B4E (or 0x0A9B4E) is known color: Pigment Green. HEX triplet: 0A, 9B and 4E. RGB value is (10,155,78). Sum of RGB (Red+Green+Blue) = 10+155+78=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9B4E is #F564B1. Grayscale: #676767. Windows color (decimal): -16082098 or 5151498. OLE color: 5151498.

HSL color Cylindrical-coordinate representation of color #0A9B4E: hue angle of 148.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9B4E is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 155 78 -
CMYK 0.94 0 0.50 0.39
HSL 148.14º 0.88% 0.32% -
HSV(B) 148.14º 0.94% 0.61% -
XYZ 13.22 24.06 11.15 -
YUV 102.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 10 155 78 0.94 0 0.50 0.39 148.14 0.88 0.32
Hex A 9B 4E 5E 0 32 27 94 58 20
Octal 12 233 116 136 0 62 47 224 130 40
Binary 1010 10011011 1001110 1011110 0 110010 100111 10010100 1011000 100000

Color Harmonies of #0A9B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9B4E

Black with #0A9B4E

Text Example


Text Example

White with #0A9B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,155,78); }

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

background-color css

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

 a { background-color: rgb(10,155,78); }

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

border-color css

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

 span { border-color: rgb(10,155,78); }

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