Html Css Color HEX #0A9E3C Pigment Green

📋 copy color: '#0A9E3C'

red 10 ◦ green 158 ◦ blue 60

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

Shades of Pigment Green #0A9E3C

Tints of Pigment Green #0A9E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.32%

R = 4.39%
G = 69.3%
B = 26.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#0A9E3C (or 0x0A9E3C) is known color: Pigment Green. HEX triplet: 0A, 9E and 3C. RGB value is (10,158,60). Sum of RGB (Red+Green+Blue) = 10+158+60=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 158 (62.11% from 255 or 69.30% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9E3C is #F561C3. Grayscale: #666666. Windows color (decimal): -16081348 or 3972618. OLE color: 3972618.

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

Color convert

RGB 10 158 60 -
CMYK 0.94 0 0.62 0.38
HSL 140.27º 0.88% 0.33% -
HSV(B) 140.27º 0.94% 0.62% -
XYZ 13.17 24.84 8.38 -
YUV 102.58 103.97 61.97 -
System Red Green Blue C M Y K H S L
Decimal 10 158 60 0.94 0 0.62 0.38 140.27 0.88 0.33
Hex A 9E 3C 5E 0 3E 26 8C 58 21
Octal 12 236 74 136 0 76 46 214 130 41
Binary 1010 10011110 111100 1011110 0 111110 100110 10001100 1011000 100001

Color Harmonies of #0A9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E3C

Black with #0A9E3C

Text Example


Text Example

White with #0A9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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