Html Css Color HEX #0FB09B Persian Green

📋 copy color: '#0FB09B'

red 15 ◦ green 176 ◦ blue 155

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

Shades of Persian Green #0FB09B

Tints of Persian Green #0FB09B

RGB

 RED value IS 15 (6.25% from 255) = 4.34%

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 4.34%
G = 50.87%
B = 44.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#0FB09B (or 0x0FB09B) is known color: Persian Green. HEX triplet: 0F, B0 and 9B. RGB value is (15,176,155). Sum of RGB (Red+Green+Blue) = 15+176+155=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB09B is #F04F64. Grayscale: #7D7D7D. Windows color (decimal): -15748965 or 10203151. OLE color: 10203151.

HSL color Cylindrical-coordinate representation of color #0FB09B: hue angle of 172.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB09B is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 155 -
CMYK 0.91 0 0.12 0.31
HSL 172.17º 0.84% 0.37% -
HSV(B) 172.17º 0.91% 0.69% -
XYZ 21.64 33.52 36.34 -
YUV 125.47 144.66 49.21 -
System Red Green Blue C M Y K H S L
Decimal 15 176 155 0.91 0 0.12 0.31 172.17 0.84 0.37
Hex F B0 9B 5B 0 C 1F AC 54 25
Octal 17 260 233 133 0 14 37 254 124 45
Binary 1111 10110000 10011011 1011011 0 1100 11111 10101100 1010100 100101

Color Harmonies of #0FB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB09B

Black with #0FB09B

Text Example


Text Example

White with #0FB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FB09B;
 }
 .AnyTagClassName
 {
   color: #0FB09B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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