#01A335

Color #01A335 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01A335

Tints of Dark Pastel Green #01A335

Color information

#01A335 (or 0x01A335) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A3 and 35. RGB value is (1,163,53). Sum of RGB (Red+Green+Blue) = 1+163+53=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 163 (64.06% from 255 or 75.12% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 163 - color contains mainly: green. Hex color #01A335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A335 is #FE5CCA. Grayscale: #666666. Windows color (decimal): -16669899 or 3515137. OLE color: 3515137.

HSL color Cylindrical-coordinate representation of color #01A335: hue angle of 139.26º 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 #01A335 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB116353-
CMYK0.9900.670.36
HSL139.26º98.78%32.16%-
HSV(B)139.26º99.39%63.92%-
XYZ13.7526.467.75-
YUV102.02100.3355.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 163 (64.06% from 255) = 75.12%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=0.46%
G=75.12%
B=24.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1163530.9900.670.36139.2698.7832.16
Hex1A33563043248b6320
Octal12436514301034421314340
Binary110100011110101110001101000011100100100010111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01A335;
 }
 .AnyTagClassName
 {
   color: #01A335;
 }
</style>
background-color css

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

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

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

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

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

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