Html Css Color HEX #0A9E42 Pigment Green

📋 copy color: '#0A9E42'

red 10 ◦ green 158 ◦ blue 66

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

Shades of Pigment Green #0A9E42

Tints of Pigment Green #0A9E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 4.27%
G = 67.52%
B = 28.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#0A9E42 (or 0x0A9E42) is known color: Pigment Green. HEX triplet: 0A, 9E and 42. RGB value is (10,158,66). Sum of RGB (Red+Green+Blue) = 10+158+66=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 158 (62.11% from 255 or 67.52% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9E42 is #F561BD. Grayscale: #676767. Windows color (decimal): -16081342 or 4365834. OLE color: 4365834.

HSL color Cylindrical-coordinate representation of color #0A9E42: hue angle of 142.7º 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 #0A9E42 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 158 66 -
CMYK 0.94 0 0.58 0.38
HSL 142.7º 0.88% 0.33% -
HSV(B) 142.7º 0.94% 0.62% -
XYZ 13.34 24.91 9.26 -
YUV 103.26 106.97 61.48 -
System Red Green Blue C M Y K H S L
Decimal 10 158 66 0.94 0 0.58 0.38 142.7 0.88 0.33
Hex A 9E 42 5E 0 3A 26 8F 58 21
Octal 12 236 102 136 0 72 46 217 130 41
Binary 1010 10011110 1000010 1011110 0 111010 100110 10001111 1011000 100001

Color Harmonies of #0A9E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E42

Black with #0A9E42

Text Example


Text Example

White with #0A9E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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