Html Css Color HEX #09A13D Pigment Green

📋 copy color: '#09A13D'

red 9 ◦ green 161 ◦ blue 61

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

Shades of Pigment Green #09A13D

Tints of Pigment Green #09A13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 3.9%
G = 69.7%
B = 26.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#09A13D (or 0x09A13D) is known color: Pigment Green. HEX triplet: 09, A1 and 3D. RGB value is (9,161,61). Sum of RGB (Red+Green+Blue) = 9+161+61=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 161 (63.28% from 255 or 69.70% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 161 - color contains mainly: green. Hex color #09A13D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A13D is #F65EC2. Grayscale: #686868. Windows color (decimal): -16146115 or 4038921. OLE color: 4038921.

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

Color convert

RGB 9 161 61 -
CMYK 0.94 0 0.62 0.37
HSL 140.53º 0.89% 0.33% -
HSV(B) 140.53º 0.94% 0.63% -
XYZ 13.7 25.88 8.69 -
YUV 104.15 103.64 60.13 -
System Red Green Blue C M Y K H S L
Decimal 9 161 61 0.94 0 0.62 0.37 140.53 0.89 0.33
Hex 9 A1 3D 5E 0 3E 25 8D 59 21
Octal 11 241 75 136 0 76 45 215 131 41
Binary 1001 10100001 111101 1011110 0 111110 100101 10001101 1011001 100001

Color Harmonies of #09A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A13D

Black with #09A13D

Text Example


Text Example

White with #09A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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