Html Css Color HEX #01B78F Persian Green

📋 copy color: '#01B78F'

red 1 ◦ green 183 ◦ blue 143

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

Shades of Persian Green #01B78F

Tints of Persian Green #01B78F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.96%

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 0.31%
G = 55.96%
B = 43.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#01B78F (or 0x01B78F) is known color: Persian Green. HEX triplet: 01, B7 and 8F. RGB value is (1,183,143). Sum of RGB (Red+Green+Blue) = 1+183+143=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #01B78F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B78F is #FE4870. Grayscale: #7C7C7C. Windows color (decimal): -16664689 or 9418497. OLE color: 9418497.

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

Color convert

RGB 1 183 143 -
CMYK 0.99 0 0.22 0.28
HSL 166.81º 0.99% 0.36% -
HSV(B) 166.81º 0.99% 0.72% -
XYZ 21.9 35.86 31.75 -
YUV 124.02 138.7 40.25 -
System Red Green Blue C M Y K H S L
Decimal 1 183 143 0.99 0 0.22 0.28 166.81 0.99 0.36
Hex 1 B7 8F 63 0 16 1C A7 63 24
Octal 1 267 217 143 0 26 34 247 143 44
Binary 1 10110111 10001111 1100011 0 10110 11100 10100111 1100011 100100

Color Harmonies of #01B78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B78F

Black with #01B78F

Text Example


Text Example

White with #01B78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,183,143); }

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

background-color css

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

 a { background-color: rgb(1,183,143); }

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

border-color css

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

 span { border-color: rgb(1,183,143); }

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