Html Css Color HEX #0FB069 Jade

📋 copy color: '#0FB069'

red 15 ◦ green 176 ◦ blue 105

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

Shades of Jade #0FB069

Tints of Jade #0FB069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 5.07%
G = 59.46%
B = 35.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#0FB069 (or 0x0FB069) is known color: Jade. HEX triplet: 0F, B0 and 69. RGB value is (15,176,105). Sum of RGB (Red+Green+Blue) = 15+176+105=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB069 is #F04F96. Grayscale: #777777. Windows color (decimal): -15749015 or 6926351. OLE color: 6926351.

HSL color Cylindrical-coordinate representation of color #0FB069: hue angle of 153.54º 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 #0FB069 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 105 -
CMYK 0.91 0 0.40 0.31
HSL 153.54º 0.84% 0.37% -
HSV(B) 153.54º 0.91% 0.69% -
XYZ 18.27 32.17 18.61 -
YUV 119.77 119.66 53.27 -
System Red Green Blue C M Y K H S L
Decimal 15 176 105 0.91 0 0.40 0.31 153.54 0.84 0.37
Hex F B0 69 5B 0 28 1F 9A 54 25
Octal 17 260 151 133 0 50 37 232 124 45
Binary 1111 10110000 1101001 1011011 0 101000 11111 10011010 1010100 100101

Color Harmonies of #0FB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB069

Black with #0FB069

Text Example


Text Example

White with #0FB069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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