Html Css Color HEX #01B88D Persian Green

📋 copy color: '#01B88D'

red 1 ◦ green 184 ◦ blue 141

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

Shades of Persian Green #01B88D

Tints of Persian Green #01B88D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 0.31%
G = 56.44%
B = 43.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#01B88D (or 0x01B88D) is known color: Persian Green. HEX triplet: 01, B8 and 8D. RGB value is (1,184,141). Sum of RGB (Red+Green+Blue) = 1+184+141=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #01B88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B88D is #FE4772. Grayscale: #7C7C7C. Windows color (decimal): -16664435 or 9287681. OLE color: 9287681.

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

Color convert

RGB 1 184 141 -
CMYK 0.99 0 0.23 0.28
HSL 165.9º 0.99% 0.36% -
HSV(B) 165.9º 0.99% 0.72% -
XYZ 21.96 36.21 31.03 -
YUV 124.38 137.37 40 -
System Red Green Blue C M Y K H S L
Decimal 1 184 141 0.99 0 0.23 0.28 165.9 0.99 0.36
Hex 1 B8 8D 63 0 17 1C A6 63 24
Octal 1 270 215 143 0 27 34 246 143 44
Binary 1 10111000 10001101 1100011 0 10111 11100 10100110 1100011 100100

Color Harmonies of #01B88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B88D

Black with #01B88D

Text Example


Text Example

White with #01B88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,184,141); }

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

background-color css

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

 a { background-color: rgb(1,184,141); }

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

border-color css

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

 span { border-color: rgb(1,184,141); }

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