Html Css Color HEX #00AB2C Dark Pastel Green

📋 copy color: '#00AB2C'

red 0 ◦ green 171 ◦ blue 44

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

Shades of Dark Pastel Green #00AB2C

Tints of Dark Pastel Green #00AB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.53%

 BLUE value IS 44 (17.58% from 255) = 20.47%

R = 0%
G = 79.53%
B = 20.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#00AB2C (or 0x00AB2C) is known color: Dark Pastel Green. HEX triplet: 00, AB and 2C. RGB value is (0,171,44). Sum of RGB (Red+Green+Blue) = 0+171+44=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 171 (67.19% from 255 or 79.53% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AB2C is #FF54D3. Grayscale: #696969. Windows color (decimal): -16733396 or 2927360. OLE color: 2927360.

HSL color Cylindrical-coordinate representation of color #00AB2C: hue angle of 135.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AB2C is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 171 44 -
CMYK 1 0 0.74 0.33
HSL 135.44º 1% 0.34% -
HSV(B) 135.44º 1% 0.67% -
XYZ 15.02 29.31 7.25 -
YUV 105.39 93.35 52.83 -
System Red Green Blue C M Y K H S L
Decimal 0 171 44 1 0 0.74 0.33 135.44 1 0.34
Hex 0 AB 2C 64 0 4A 21 87 64 22
Octal 0 253 54 144 0 112 41 207 144 42
Binary 0 10101011 101100 1100100 0 1001010 100001 10000111 1100100 100010

Color Harmonies of #00AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AB2C

Black with #00AB2C

Text Example


Text Example

White with #00AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,171,44); }

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

background-color css

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

 a { background-color: rgb(0,171,44); }

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

border-color css

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

 span { border-color: rgb(0,171,44); }

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