Html Css Color HEX #0A9E4E Pigment Green

📋 copy color: '#0A9E4E'

red 10 ◦ green 158 ◦ blue 78

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

Shades of Pigment Green #0A9E4E

Tints of Pigment Green #0A9E4E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 64.23%

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

R = 4.07%
G = 64.23%
B = 31.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#0A9E4E (or 0x0A9E4E) is known color: Pigment Green. HEX triplet: 0A, 9E and 4E. RGB value is (10,158,78). Sum of RGB (Red+Green+Blue) = 10+158+78=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 158 (62.11% from 255 or 64.23% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E4E is #F561B1. Grayscale: #686868. Windows color (decimal): -16081330 or 5152266. OLE color: 5152266.

HSL color Cylindrical-coordinate representation of color #0A9E4E: hue angle of 147.57º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E4E is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 158 78 -
CMYK 0.94 0 0.51 0.38
HSL 147.57º 0.88% 0.33% -
HSV(B) 147.57º 0.94% 0.62% -
XYZ 13.73 25.07 11.32 -
YUV 104.63 112.97 60.5 -
System Red Green Blue C M Y K H S L
Decimal 10 158 78 0.94 0 0.51 0.38 147.57 0.88 0.33
Hex A 9E 4E 5E 0 33 26 94 58 21
Octal 12 236 116 136 0 63 46 224 130 41
Binary 1010 10011110 1001110 1011110 0 110011 100110 10010100 1011000 100001

Color Harmonies of #0A9E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E4E

Black with #0A9E4E

Text Example


Text Example

White with #0A9E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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