Html Css Color HEX #00A239 Pigment Green

📋 copy color: '#00A239'

red 0 ◦ green 162 ◦ blue 57

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

Shades of Pigment Green #00A239

Tints of Pigment Green #00A239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 73.97%

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

R = 0%
G = 73.97%
B = 26.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#00A239 (or 0x00A239) is known color: Pigment Green. HEX triplet: 00, A2 and 39. RGB value is (0,162,57). Sum of RGB (Red+Green+Blue) = 0+162+57=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #00A239 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A239 is #FF5DC6. Grayscale: #656565. Windows color (decimal): -16735687 or 3777024. OLE color: 3777024.

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

Color convert

RGB 0 162 57 -
CMYK 1 0 0.65 0.36
HSL 141.11º 1% 0.32% -
HSV(B) 141.11º 1% 0.64% -
XYZ 13.66 26.14 8.2 -
YUV 101.59 102.83 55.54 -
System Red Green Blue C M Y K H S L
Decimal 0 162 57 1 0 0.65 0.36 141.11 1 0.32
Hex 0 A2 39 64 0 41 24 8D 64 20
Octal 0 242 71 144 0 101 44 215 144 40
Binary 0 10100010 111001 1100100 0 1000001 100100 10001101 1100100 100000

Color Harmonies of #00A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A239

Black with #00A239

Text Example


Text Example

White with #00A239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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