Html Css Color HEX #01A284 Persian Green

📋 copy color: '#01A284'

red 1 ◦ green 162 ◦ blue 132

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

Shades of Persian Green #01A284

Tints of Persian Green #01A284

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.92%

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 0.34%
G = 54.92%
B = 44.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#01A284 (or 0x01A284) is known color: Persian Green. HEX triplet: 01, A2 and 84. RGB value is (1,162,132). Sum of RGB (Red+Green+Blue) = 1+162+132=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #01A284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A284 is #FE5D7B. Grayscale: #6E6E6E. Windows color (decimal): -16670076 or 8692225. OLE color: 8692225.

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

Color convert

RGB 1 162 132 -
CMYK 0.99 0 0.19 0.36
HSL 168.82º 0.99% 0.32% -
HSV(B) 168.82º 0.99% 0.64% -
XYZ 17.1 27.51 26.24 -
YUV 110.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 1 162 132 0.99 0 0.19 0.36 168.82 0.99 0.32
Hex 1 A2 84 63 0 13 24 A9 63 20
Octal 1 242 204 143 0 23 44 251 143 40
Binary 1 10100010 10000100 1100011 0 10011 100100 10101001 1100011 100000

Color Harmonies of #01A284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A284

Black with #01A284

Text Example


Text Example

White with #01A284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,162,132); }

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

background-color css

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

 a { background-color: rgb(1,162,132); }

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

border-color css

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

 span { border-color: rgb(1,162,132); }

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