Html Css Color HEX #01B88C Persian Green

📋 copy color: '#01B88C'

red 1 ◦ green 184 ◦ blue 140

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

Shades of Persian Green #01B88C

Tints of Persian Green #01B88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 0.31%
G = 56.62%
B = 43.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#01B88C (or 0x01B88C) is known color: Persian Green. HEX triplet: 01, B8 and 8C. RGB value is (1,184,140). Sum of RGB (Red+Green+Blue) = 1+184+140=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #01B88C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B88C is #FE4773. Grayscale: #7C7C7C. Windows color (decimal): -16664436 or 9222145. OLE color: 9222145.

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

Color convert

RGB 1 184 140 -
CMYK 0.99 0 0.24 0.28
HSL 165.57º 0.99% 0.36% -
HSV(B) 165.57º 0.99% 0.72% -
XYZ 21.89 36.18 30.64 -
YUV 124.27 136.87 40.08 -
System Red Green Blue C M Y K H S L
Decimal 1 184 140 0.99 0 0.24 0.28 165.57 0.99 0.36
Hex 1 B8 8C 63 0 18 1C A6 63 24
Octal 1 270 214 143 0 30 34 246 143 44
Binary 1 10111000 10001100 1100011 0 11000 11100 10100110 1100011 100100

Color Harmonies of #01B88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B88C

Black with #01B88C

Text Example


Text Example

White with #01B88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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