Html Css Color HEX #0A9C4F Pigment Green

📋 copy color: '#0A9C4F'

red 10 ◦ green 156 ◦ blue 79

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

Shades of Pigment Green #0A9C4F

Tints of Pigment Green #0A9C4F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 63.67%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 4.08%
G = 63.67%
B = 32.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#0A9C4F (or 0x0A9C4F) is known color: Pigment Green. HEX triplet: 0A, 9C and 4F. RGB value is (10,156,79). Sum of RGB (Red+Green+Blue) = 10+156+79=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C4F is #F563B0. Grayscale: #676767. Windows color (decimal): -16081841 or 5217290. OLE color: 5217290.

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

Color convert

RGB 10 156 79 -
CMYK 0.94 0 0.49 0.39
HSL 148.36º 0.88% 0.33% -
HSV(B) 148.36º 0.94% 0.61% -
XYZ 13.42 24.41 11.4 -
YUV 103.57 114.13 61.26 -
System Red Green Blue C M Y K H S L
Decimal 10 156 79 0.94 0 0.49 0.39 148.36 0.88 0.33
Hex A 9C 4F 5E 0 31 27 94 58 21
Octal 12 234 117 136 0 61 47 224 130 41
Binary 1010 10011100 1001111 1011110 0 110001 100111 10010100 1011000 100001

Color Harmonies of #0A9C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C4F

Black with #0A9C4F

Text Example


Text Example

White with #0A9C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,156,79); }

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

background-color css

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

 a { background-color: rgb(10,156,79); }

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

border-color css

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

 span { border-color: rgb(10,156,79); }

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