Html Css Color HEX #01A02C Dark Pastel Green

📋 copy color: '#01A02C'

red 1 ◦ green 160 ◦ blue 44

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

Shades of Dark Pastel Green #01A02C

Tints of Dark Pastel Green #01A02C

RGB

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

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

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

R = 0.49%
G = 78.05%
B = 21.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#01A02C (or 0x01A02C) is known color: Dark Pastel Green. HEX triplet: 01, A0 and 2C. RGB value is (1,160,44). Sum of RGB (Red+Green+Blue) = 1+160+44=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 160 (62.89% from 255 or 78.05% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 160 - color contains mainly: green. Hex color #01A02C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A02C is #FE5FD3. Grayscale: #636363. Windows color (decimal): -16670676 or 2924545. OLE color: 2924545.

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

Color convert

RGB 1 160 44 -
CMYK 0.99 0 0.72 0.37
HSL 136.23º 0.99% 0.32% -
HSV(B) 136.23º 0.99% 0.63% -
XYZ 13.04 25.33 6.58 -
YUV 99.24 96.82 57.93 -
System Red Green Blue C M Y K H S L
Decimal 1 160 44 0.99 0 0.72 0.37 136.23 0.99 0.32
Hex 1 A0 2C 63 0 48 25 88 63 20
Octal 1 240 54 143 0 110 45 210 143 40
Binary 1 10100000 101100 1100011 0 1001000 100101 10001000 1100011 100000

Color Harmonies of #01A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A02C

Black with #01A02C

Text Example


Text Example

White with #01A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,44); }

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

background-color css

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

 a { background-color: rgb(1,160,44); }

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

border-color css

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

 span { border-color: rgb(1,160,44); }

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