Html Css Color HEX #01B296 Persian Green

📋 copy color: '#01B296'

red 1 ◦ green 178 ◦ blue 150

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

Shades of Persian Green #01B296

Tints of Persian Green #01B296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.1%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 0.3%
G = 54.1%
B = 45.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#01B296 (or 0x01B296) is known color: Persian Green. HEX triplet: 01, B2 and 96. RGB value is (1,178,150). Sum of RGB (Red+Green+Blue) = 1+178+150=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #01B296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B296 is #FE4D69. Grayscale: #797979. Windows color (decimal): -16665962 or 9875969. OLE color: 9875969.

HSL color Cylindrical-coordinate representation of color #01B296: hue angle of 170.51º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B296 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 178 150 -
CMYK 0.99 0 0.16 0.30
HSL 170.51º 0.99% 0.35% -
HSV(B) 170.51º 0.99% 0.7% -
XYZ 21.44 34.05 34.3 -
YUV 121.89 143.86 41.78 -
System Red Green Blue C M Y K H S L
Decimal 1 178 150 0.99 0 0.16 0.30 170.51 0.99 0.35
Hex 1 B2 96 63 0 10 1E AB 63 23
Octal 1 262 226 143 0 20 36 253 143 43
Binary 1 10110010 10010110 1100011 0 10000 11110 10101011 1100011 100011

Color Harmonies of #01B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B296

Black with #01B296

Text Example


Text Example

White with #01B296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,178,150); }

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

background-color css

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

 a { background-color: rgb(1,178,150); }

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

border-color css

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

 span { border-color: rgb(1,178,150); }

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