Html Css Color HEX #01AB83 Persian Green

📋 copy color: '#01AB83'

red 1 ◦ green 171 ◦ blue 131

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

Shades of Persian Green #01AB83

Tints of Persian Green #01AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

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

R = 0.33%
G = 56.44%
B = 43.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#01AB83 (or 0x01AB83) is known color: Persian Green. HEX triplet: 01, AB and 83. RGB value is (1,171,131). Sum of RGB (Red+Green+Blue) = 1+171+131=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB83 is #FE547C. Grayscale: #737373. Windows color (decimal): -16667773 or 8628993. OLE color: 8628993.

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

Color convert

RGB 1 171 131 -
CMYK 0.99 0 0.23 0.33
HSL 165.88º 0.99% 0.34% -
HSV(B) 165.88º 0.99% 0.67% -
XYZ 18.67 30.77 26.43 -
YUV 115.61 136.68 46.25 -
System Red Green Blue C M Y K H S L
Decimal 1 171 131 0.99 0 0.23 0.33 165.88 0.99 0.34
Hex 1 AB 83 63 0 17 21 A6 63 22
Octal 1 253 203 143 0 27 41 246 143 42
Binary 1 10101011 10000011 1100011 0 10111 100001 10100110 1100011 100010

Color Harmonies of #01AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB83

Black with #01AB83

Text Example


Text Example

White with #01AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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