Html Css Color HEX #0FB69B Persian Green

📋 copy color: '#0FB69B'

red 15 ◦ green 182 ◦ blue 155

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

Shades of Persian Green #0FB69B

Tints of Persian Green #0FB69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.7%

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

R = 4.26%
G = 51.7%
B = 44.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#0FB69B (or 0x0FB69B) is known color: Persian Green. HEX triplet: 0F, B6 and 9B. RGB value is (15,182,155). Sum of RGB (Red+Green+Blue) = 15+182+155=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB69B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB69B is #F04964. Grayscale: #808080. Windows color (decimal): -15747429 or 10204687. OLE color: 10204687.

HSL color Cylindrical-coordinate representation of color #0FB69B: hue angle of 170.3º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB69B is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 182 155 -
CMYK 0.92 0 0.15 0.29
HSL 170.3º 0.85% 0.39% -
HSV(B) 170.3º 0.92% 0.71% -
XYZ 22.84 35.92 36.74 -
YUV 128.99 142.67 46.7 -
System Red Green Blue C M Y K H S L
Decimal 15 182 155 0.92 0 0.15 0.29 170.3 0.85 0.39
Hex F B6 9B 5C 0 F 1D AA 55 27
Octal 17 266 233 134 0 17 35 252 125 47
Binary 1111 10110110 10011011 1011100 0 1111 11101 10101010 1010101 100111

Color Harmonies of #0FB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB69B

Black with #0FB69B

Text Example


Text Example

White with #0FB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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