Html Css Color HEX #01A453 Pigment Green

📋 copy color: '#01A453'

red 1 ◦ green 164 ◦ blue 83

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

Shades of Pigment Green #01A453

Tints of Pigment Green #01A453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.13%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 0.4%
G = 66.13%
B = 33.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#01A453 (or 0x01A453) is known color: Pigment Green. HEX triplet: 01, A4 and 53. RGB value is (1,164,83). Sum of RGB (Red+Green+Blue) = 1+164+83=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 164 (64.45% from 255 or 66.13% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 164 - color contains mainly: green. Hex color #01A453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A453 is #FE5BAC. Grayscale: #6A6A6A. Windows color (decimal): -16669613 or 5481473. OLE color: 5481473.

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

Color convert

RGB 1 164 83 -
CMYK 0.99 0 0.49 0.36
HSL 150.18º 0.99% 0.32% -
HSV(B) 150.18º 0.99% 0.64% -
XYZ 14.85 27.18 12.65 -
YUV 106.03 115 53.09 -
System Red Green Blue C M Y K H S L
Decimal 1 164 83 0.99 0 0.49 0.36 150.18 0.99 0.32
Hex 1 A4 53 63 0 31 24 96 63 20
Octal 1 244 123 143 0 61 44 226 143 40
Binary 1 10100100 1010011 1100011 0 110001 100100 10010110 1100011 100000

Color Harmonies of #01A453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A453

Black with #01A453

Text Example


Text Example

White with #01A453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,164,83); }

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

background-color css

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

 a { background-color: rgb(1,164,83); }

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

border-color css

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

 span { border-color: rgb(1,164,83); }

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