Html Css Color HEX #00A039 Pigment Green

📋 copy color: '#00A039'

red 0 ◦ green 160 ◦ blue 57

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

Shades of Pigment Green #00A039

Tints of Pigment Green #00A039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 73.73%

 BLUE value IS 57 (22.66% from 255) = 26.27%

R = 0%
G = 73.73%
B = 26.27%

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

#00A039 (or 0x00A039) is known color: Pigment Green. HEX triplet: 00, A0 and 39. RGB value is (0,160,57). Sum of RGB (Red+Green+Blue) = 0+160+57=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 160 (62.89% from 255 or 73.73% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 160 - color contains mainly: green. Hex color #00A039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A039 is #FF5FC6. Grayscale: #646464. Windows color (decimal): -16736199 or 3776512. OLE color: 3776512.

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

Color convert

RGB 0 160 57 -
CMYK 1 0 0.64 0.37
HSL 141.38º 1% 0.31% -
HSV(B) 141.38º 1% 0.63% -
XYZ 13.31 25.44 8.08 -
YUV 100.42 103.49 56.38 -
System Red Green Blue C M Y K H S L
Decimal 0 160 57 1 0 0.64 0.37 141.38 1 0.31
Hex 0 A0 39 64 0 40 25 8D 64 1F
Octal 0 240 71 144 0 100 45 215 144 37
Binary 0 10100000 111001 1100100 0 1000000 100101 10001101 1100100 11111

Color Harmonies of #00A039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A039

Black with #00A039

Text Example


Text Example

White with #00A039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,160,57); }

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

background-color css

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

 a { background-color: rgb(0,160,57); }

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

border-color css

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

 span { border-color: rgb(0,160,57); }

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