Html Css Color HEX #01AC83 Persian Green

📋 copy color: '#01AC83'

red 1 ◦ green 172 ◦ blue 131

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

Shades of Persian Green #01AC83

Tints of Persian Green #01AC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.58%

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 0.33%
G = 56.58%
B = 43.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#01AC83 (or 0x01AC83) is known color: Persian Green. HEX triplet: 01, AC and 83. RGB value is (1,172,131). Sum of RGB (Red+Green+Blue) = 1+172+131=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AC83 is #FE537C. Grayscale: #747474. Windows color (decimal): -16667517 or 8629249. OLE color: 8629249.

HSL color Cylindrical-coordinate representation of color #01AC83: hue angle of 165.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AC83 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 172 131 -
CMYK 0.99 0 0.24 0.33
HSL 165.61º 0.99% 0.34% -
HSV(B) 165.61º 0.99% 0.67% -
XYZ 18.86 31.15 26.49 -
YUV 116.2 136.35 45.83 -
System Red Green Blue C M Y K H S L
Decimal 1 172 131 0.99 0 0.24 0.33 165.61 0.99 0.34
Hex 1 AC 83 63 0 18 21 A6 63 22
Octal 1 254 203 143 0 30 41 246 143 42
Binary 1 10101100 10000011 1100011 0 11000 100001 10100110 1100011 100010

Color Harmonies of #01AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC83

Black with #01AC83

Text Example


Text Example

White with #01AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,172,131); }

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

background-color css

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

 a { background-color: rgb(1,172,131); }

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

border-color css

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

 span { border-color: rgb(1,172,131); }

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