Html Css Color HEX #0FAD6C Jade

📋 copy color: '#0FAD6C'

red 15 ◦ green 173 ◦ blue 108

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

Shades of Jade #0FAD6C

Tints of Jade #0FAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.45%

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 5.07%
G = 58.45%
B = 36.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#0FAD6C (or 0x0FAD6C) is known color: Jade. HEX triplet: 0F, AD and 6C. RGB value is (15,173,108). Sum of RGB (Red+Green+Blue) = 15+173+108=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD6C is #F05293. Grayscale: #767676. Windows color (decimal): -15749780 or 7122191. OLE color: 7122191.

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

Color convert

RGB 15 173 108 -
CMYK 0.91 0 0.38 0.32
HSL 155.32º 0.84% 0.37% -
HSV(B) 155.32º 0.91% 0.68% -
XYZ 17.85 31.07 19.24 -
YUV 118.35 122.15 54.29 -
System Red Green Blue C M Y K H S L
Decimal 15 173 108 0.91 0 0.38 0.32 155.32 0.84 0.37
Hex F AD 6C 5B 0 26 20 9B 54 25
Octal 17 255 154 133 0 46 40 233 124 45
Binary 1111 10101101 1101100 1011011 0 100110 100000 10011011 1010100 100101

Color Harmonies of #0FAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD6C

Black with #0FAD6C

Text Example


Text Example

White with #0FAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,108); }

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

background-color css

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

 a { background-color: rgb(15,173,108); }

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

border-color css

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

 span { border-color: rgb(15,173,108); }

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