#0FB29B

Color #0FB29B Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0FB29B

Tints of Persian Green #0FB29B

Color information

#0FB29B (or 0x0FB29B) is unknown color: approx Persian Green. HEX triplet: 0F, B2 and 9B. RGB value is (15,178,155). Sum of RGB (Red+Green+Blue) = 15+178+155=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB29B is #F04D64. Grayscale: #7E7E7E. Windows color (decimal): -15748453 or 10203663. OLE color: 10203663.

HSL color Cylindrical-coordinate representation of color #0FB29B: hue angle of 171.53º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB29B is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB15178155-
CMYK0.9200.130.30
HSL171.53º84.46%37.84%-
HSV(B)171.53º91.57%69.8%-
XYZ22.0334.3136.47-
YUV126.6414448.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.31%
GREEN value IS 178 (69.92% from 255) = 51.15%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=4.31%
G=51.15%
B=44.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151781550.9200.130.30171.5384.4637.84
HexFB29B5C0D1Eac5426
Octal172622331340153625412446
Binary1111101100101001101110111000110111110101011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB29B; }

 p { color: rgb(15,178,155); }

 H1.HeaderClassName
 {
   color: #0FB29B;
 }
 .AnyTagClassName
 {
   color: #0FB29B;
 }
</style>
background-color css

<style>
 a { background-color: #0FB29B; }

 a { background-color: rgb(15,178,155); }

 div.DivClassName
 {
   background-color: #0FB29B;
 }
 .BgClassName
 {
   background-color: #0FB29B;
 }
</style>
border-color css

<style>
 span { border-color: #0FB29B; }

 span { border-color: rgb(15,178,155); }

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