Html Css Color HEX #01A326 Dark Pastel Green

📋 copy color: '#01A326'

red 1 ◦ green 163 ◦ blue 38

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

Shades of Dark Pastel Green #01A326

Tints of Dark Pastel Green #01A326

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 163 (64.06% from 255) = 80.69%

 BLUE value IS 38 (15.23% from 255) = 18.81%

R = 0.5%
G = 80.69%
B = 18.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#01A326 (or 0x01A326) is known color: Dark Pastel Green. HEX triplet: 01, A3 and 26. RGB value is (1,163,38). Sum of RGB (Red+Green+Blue) = 1+163+38=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 163 (64.06% from 255 or 80.69% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 163 - color contains mainly: green. Hex color #01A326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A326 is #FE5CD9. Grayscale: #646464. Windows color (decimal): -16669914 or 2532097. OLE color: 2532097.

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

Color convert

RGB 1 163 38 -
CMYK 0.99 0 0.77 0.36
HSL 133.7º 0.99% 0.32% -
HSV(B) 133.7º 0.99% 0.64% -
XYZ 13.46 26.34 6.21 -
YUV 100.31 92.83 57.16 -
System Red Green Blue C M Y K H S L
Decimal 1 163 38 0.99 0 0.77 0.36 133.7 0.99 0.32
Hex 1 A3 26 63 0 4D 24 86 63 20
Octal 1 243 46 143 0 115 44 206 143 40
Binary 1 10100011 100110 1100011 0 1001101 100100 10000110 1100011 100000

Color Harmonies of #01A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A326

Black with #01A326

Text Example


Text Example

White with #01A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A326; }

 p { color: rgb(1,163,38); }

 H1.HeaderClassName
 {
   color: #01A326;
 }
 .AnyTagClassName
 {
   color: #01A326;
 }
</style>

background-color css

<style>
 a { background-color: #01A326; }

 a { background-color: rgb(1,163,38); }

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

border-color css

<style>
 span { border-color: #01A326; }

 span { border-color: rgb(1,163,38); }

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