Html Css Color HEX #00A13A Pigment Green

📋 copy color: '#00A13A'

red 0 ◦ green 161 ◦ blue 58

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

Shades of Pigment Green #00A13A

Tints of Pigment Green #00A13A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 58 (23.05% from 255) = 26.48%

R = 0%
G = 73.52%
B = 26.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#00A13A (or 0x00A13A) is known color: Pigment Green. HEX triplet: 00, A1 and 3A. RGB value is (0,161,58). Sum of RGB (Red+Green+Blue) = 0+161+58=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 161 (63.28% from 255 or 73.52% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 161 - color contains mainly: green. Hex color #00A13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A13A is #FF5EC5. Grayscale: #656565. Windows color (decimal): -16735942 or 3842304. OLE color: 3842304.

HSL color Cylindrical-coordinate representation of color #00A13A: hue angle of 141.61º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A13A is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 161 58 -
CMYK 1 0 0.64 0.37
HSL 141.61º 1% 0.32% -
HSV(B) 141.61º 1% 0.63% -
XYZ 13.51 25.8 8.27 -
YUV 101.12 103.66 55.88 -
System Red Green Blue C M Y K H S L
Decimal 0 161 58 1 0 0.64 0.37 141.61 1 0.32
Hex 0 A1 3A 64 0 40 25 8E 64 20
Octal 0 241 72 144 0 100 45 216 144 40
Binary 0 10100001 111010 1100100 0 1000000 100101 10001110 1100100 100000

Color Harmonies of #00A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A13A

Black with #00A13A

Text Example


Text Example

White with #00A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A13A; }

 p { color: rgb(0,161,58); }

 H1.HeaderClassName
 {
   color: #00A13A;
 }
 .AnyTagClassName
 {
   color: #00A13A;
 }
</style>

background-color css

<style>
 a { background-color: #00A13A; }

 a { background-color: rgb(0,161,58); }

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

border-color css

<style>
 span { border-color: #00A13A; }

 span { border-color: rgb(0,161,58); }

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