Html Css Color HEX #09A13C Pigment Green

📋 copy color: '#09A13C'

red 9 ◦ green 161 ◦ blue 60

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

Shades of Pigment Green #09A13C

Tints of Pigment Green #09A13C

RGB

 RED value IS 9 (3.91% from 255) = 3.91%

 GREEN value IS 161 (63.28% from 255) = 70%

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

R = 3.91%
G = 70%
B = 26.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#09A13C (or 0x09A13C) is known color: Pigment Green. HEX triplet: 09, A1 and 3C. RGB value is (9,161,60). Sum of RGB (Red+Green+Blue) = 9+161+60=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 161 (63.28% from 255 or 70% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 161 - color contains mainly: green. Hex color #09A13C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A13C is #F65EC3. Grayscale: #686868. Windows color (decimal): -16146116 or 3973385. OLE color: 3973385.

HSL color Cylindrical-coordinate representation of color #09A13C: hue angle of 140.13º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A13C is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 161 60 -
CMYK 0.94 0 0.63 0.37
HSL 140.13º 0.89% 0.33% -
HSV(B) 140.13º 0.94% 0.63% -
XYZ 13.67 25.87 8.55 -
YUV 104.04 103.14 60.21 -
System Red Green Blue C M Y K H S L
Decimal 9 161 60 0.94 0 0.63 0.37 140.13 0.89 0.33
Hex 9 A1 3C 5E 0 3F 25 8C 59 21
Octal 11 241 74 136 0 77 45 214 131 41
Binary 1001 10100001 111100 1011110 0 111111 100101 10001100 1011001 100001

Color Harmonies of #09A13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A13C

Black with #09A13C

Text Example


Text Example

White with #09A13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A13C; }

 p { color: rgb(9,161,60); }

 H1.HeaderClassName
 {
   color: #09A13C;
 }
 .AnyTagClassName
 {
   color: #09A13C;
 }
</style>

background-color css

<style>
 a { background-color: #09A13C; }

 a { background-color: rgb(9,161,60); }

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

border-color css

<style>
 span { border-color: #09A13C; }

 span { border-color: rgb(9,161,60); }

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