Html Css Color HEX #01B088 Persian Green

📋 copy color: '#01B088'

red 1 ◦ green 176 ◦ blue 136

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

Shades of Persian Green #01B088

Tints of Persian Green #01B088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.23%

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 0.32%
G = 56.23%
B = 43.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#01B088 (or 0x01B088) is known color: Persian Green. HEX triplet: 01, B0 and 88. RGB value is (1,176,136). Sum of RGB (Red+Green+Blue) = 1+176+136=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #01B088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B088 is #FE4F77. Grayscale: #777777. Windows color (decimal): -16666488 or 8957953. OLE color: 8957953.

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

Color convert

RGB 1 176 136 -
CMYK 0.99 0 0.23 0.31
HSL 166.29º 0.99% 0.35% -
HSV(B) 166.29º 0.99% 0.69% -
XYZ 19.98 32.83 28.58 -
YUV 119.12 137.52 43.75 -
System Red Green Blue C M Y K H S L
Decimal 1 176 136 0.99 0 0.23 0.31 166.29 0.99 0.35
Hex 1 B0 88 63 0 17 1F A6 63 23
Octal 1 260 210 143 0 27 37 246 143 43
Binary 1 10110000 10001000 1100011 0 10111 11111 10100110 1100011 100011

Color Harmonies of #01B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B088

Black with #01B088

Text Example


Text Example

White with #01B088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,136); }

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

background-color css

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

 a { background-color: rgb(1,176,136); }

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

border-color css

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

 span { border-color: rgb(1,176,136); }

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