Html Css Color HEX #01B18A Persian Green

📋 copy color: '#01B18A'

red 1 ◦ green 177 ◦ blue 138

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

Shades of Persian Green #01B18A

Tints of Persian Green #01B18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.01%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 0.32%
G = 56.01%
B = 43.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#01B18A (or 0x01B18A) is known color: Persian Green. HEX triplet: 01, B1 and 8A. RGB value is (1,177,138). Sum of RGB (Red+Green+Blue) = 1+177+138=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #01B18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B18A is #FE4E75. Grayscale: #777777. Windows color (decimal): -16666230 or 9089281. OLE color: 9089281.

HSL color Cylindrical-coordinate representation of color #01B18A: hue angle of 166.7º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B18A is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 177 138 -
CMYK 0.99 0 0.22 0.31
HSL 166.7º 0.99% 0.35% -
HSV(B) 166.7º 0.99% 0.69% -
XYZ 20.32 33.29 29.4 -
YUV 119.93 138.19 43.17 -
System Red Green Blue C M Y K H S L
Decimal 1 177 138 0.99 0 0.22 0.31 166.7 0.99 0.35
Hex 1 B1 8A 63 0 16 1F A7 63 23
Octal 1 261 212 143 0 26 37 247 143 43
Binary 1 10110001 10001010 1100011 0 10110 11111 10100111 1100011 100011

Color Harmonies of #01B18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B18A

Black with #01B18A

Text Example


Text Example

White with #01B18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,138); }

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

background-color css

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

 a { background-color: rgb(1,177,138); }

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

border-color css

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

 span { border-color: rgb(1,177,138); }

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