Html Css Color HEX #01B793 Persian Green

📋 copy color: '#01B793'

red 1 ◦ green 183 ◦ blue 147

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

Shades of Persian Green #01B793

Tints of Persian Green #01B793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 0.3%
G = 55.29%
B = 44.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#01B793 (or 0x01B793) is known color: Persian Green. HEX triplet: 01, B7 and 93. RGB value is (1,183,147). Sum of RGB (Red+Green+Blue) = 1+183+147=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #01B793 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B793 is #FE486C. Grayscale: #7C7C7C. Windows color (decimal): -16664685 or 9680641. OLE color: 9680641.

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

Color convert

RGB 1 183 147 -
CMYK 0.99 0 0.20 0.28
HSL 168.13º 0.99% 0.36% -
HSV(B) 168.13º 0.99% 0.72% -
XYZ 22.21 35.98 33.38 -
YUV 124.48 140.7 39.93 -
System Red Green Blue C M Y K H S L
Decimal 1 183 147 0.99 0 0.20 0.28 168.13 0.99 0.36
Hex 1 B7 93 63 0 14 1C A8 63 24
Octal 1 267 223 143 0 24 34 250 143 44
Binary 1 10110111 10010011 1100011 0 10100 11100 10101000 1100011 100100

Color Harmonies of #01B793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B793

Black with #01B793

Text Example


Text Example

White with #01B793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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